mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2024-11-29 11:24:19 +01:00
Fixed build fo' real. Boy, am I tired.
This commit is contained in:
parent
ed58f87408
commit
370a728ed2
@ -45,8 +45,8 @@ bool LevelInit_handler(char const *pMapName,
|
||||
bool loadGame,
|
||||
bool background);
|
||||
bool GameInit_handler();
|
||||
int LoadPlugins(const char *filepath, const char *vdfpath)
|
||||
int LoadVDFPluginsFromDir(const char *dir, int &skipped)
|
||||
int LoadPlugins(const char *filepath, const char *vdfpath);
|
||||
int LoadVDFPluginsFromDir(const char *dir, int &skipped);
|
||||
bool KVLoadFromFile(KeyValues *kv,
|
||||
IBaseFileSystem *filesystem,
|
||||
const char *resourceName,
|
||||
|
Loading…
Reference in New Issue
Block a user