init
This commit is contained in:
12
public/level.h
Normal file
12
public/level.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef LEVEL_H
|
||||
#define LEVEL_H
|
||||
|
||||
#include "tier0/platform.h"
|
||||
|
||||
interface ILevel
|
||||
{
|
||||
public:
|
||||
static void LoadLevel( const char *szLevelName );
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user