init
This commit is contained in:
13
public/client.h
Normal file
13
public/client.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef CLIENT_H
|
||||
#define CLIENT_H
|
||||
|
||||
#include "tier0/platform.h"
|
||||
|
||||
interface IClient
|
||||
{
|
||||
void LoadGame( const char *psz );
|
||||
void Frame( float flDelta );
|
||||
void UnloadGame( const char *psz );
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user