work on the stuff on client
This commit is contained in:
17
game/shared/game.h
Normal file
17
game/shared/game.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef GAME_H
|
||||
#define GAME_H
|
||||
#include "tier2/ifilesystem.h"
|
||||
#include "materialsystem/imaterialsystem.h"
|
||||
extern IRenderContext *g_pRenderContext;
|
||||
extern IFileSystem *filesystem;
|
||||
extern IGameWindowManager *g_pWindowManager;
|
||||
|
||||
class CEngineVars
|
||||
{
|
||||
public:
|
||||
double m_fTime;
|
||||
double m_fDeltaTime;
|
||||
};
|
||||
|
||||
extern CEngineVars *g_pEngineVars;
|
||||
#endif
|
||||
Reference in New Issue
Block a user