mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-07 10:28:30 +00:00
El horrible: Fixed build.
This commit is contained in:
parent
495c8c789e
commit
ed58f87408
@ -45,7 +45,8 @@ bool LevelInit_handler(char const *pMapName,
|
|||||||
bool loadGame,
|
bool loadGame,
|
||||||
bool background);
|
bool background);
|
||||||
bool GameInit_handler();
|
bool GameInit_handler();
|
||||||
void LookForVDFs(const char *dir);
|
int LoadPlugins(const char *filepath, const char *vdfpath)
|
||||||
|
int LoadVDFPluginsFromDir(const char *dir, int &skipped)
|
||||||
bool KVLoadFromFile(KeyValues *kv,
|
bool KVLoadFromFile(KeyValues *kv,
|
||||||
IBaseFileSystem *filesystem,
|
IBaseFileSystem *filesystem,
|
||||||
const char *resourceName,
|
const char *resourceName,
|
||||||
|
|||||||
@ -66,8 +66,11 @@ Handler_GameInit();
|
|||||||
static void
|
static void
|
||||||
InitializeVSP();
|
InitializeVSP();
|
||||||
|
|
||||||
static void
|
static int
|
||||||
LookForVDFs(const char *dir);
|
LoadPluginsFromFile(const char *filepath, int &skipped);
|
||||||
|
|
||||||
|
static int
|
||||||
|
LoadVDFPluginsFromDir(const char *dir, int &skipped);
|
||||||
|
|
||||||
struct game_dll_t
|
struct game_dll_t
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user