init
This commit is contained in:
14
public/server.h
Normal file
14
public/server.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef SERVER_H
|
||||
#define SERVER_H
|
||||
|
||||
#include "tier0/platform.h"
|
||||
|
||||
interface IServer
|
||||
{
|
||||
public:
|
||||
static void LoadGame( const char *psz );
|
||||
static void Think( float fDelta );
|
||||
static void UnloadGame( const char *psz );
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user