lots of updates
This commit is contained in:
@@ -2,21 +2,23 @@
|
||||
#define SV_DLL_H
|
||||
|
||||
#include "tier2/iappsystem.h"
|
||||
|
||||
#define SERVER_DLL_INTERFACE_NAME "ServerGameDLL001"
|
||||
#include "materialsystem/imaterialsystem.h"
|
||||
#include "materialsystem/igamewindow.h"
|
||||
#include "enginebridge.h"
|
||||
|
||||
class CServerGameDLL: public IAppSystem
|
||||
{
|
||||
public:
|
||||
virtual void Init() override;
|
||||
virtual void Shutdown() override;
|
||||
|
||||
void GameFrame();
|
||||
|
||||
IGameWindow *m_pGameWindow;
|
||||
IRenderContext *m_pRenderContext;
|
||||
|
||||
IEngineBridge *m_pBridge;
|
||||
|
||||
private:
|
||||
void *m_pLibrary;
|
||||
};
|
||||
|
||||
CServerGameDLL *ServerGameDLL();
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user