added mesh rendering

This commit is contained in:
2025-05-28 14:36:57 +03:00
parent 60fa98e240
commit b83078553e
53 changed files with 1436 additions and 363 deletions

View File

@@ -1,7 +1,7 @@
#ifndef CONSOLE_H
#define CONSOLE_H
#include "tier0/platform.h"
#include "engine.h"
#include "tier1/utlstring.h"
class ConVar;
@@ -95,4 +95,4 @@ void Msg( const char* message );
void Warning( const char* message );
void Error( const char* message );
#endif
#endif