1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-02-20 13:54:14 +01:00

El horrible: Fixed build.

This commit is contained in:
Scott Ehlert 2008-11-24 07:47:08 -06:00
parent 495c8c789e
commit ed58f87408
2 changed files with 7 additions and 3 deletions

View File

@ -45,7 +45,8 @@ bool LevelInit_handler(char const *pMapName,
bool loadGame,
bool background);
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,
IBaseFileSystem *filesystem,
const char *resourceName,

View File

@ -66,8 +66,11 @@ Handler_GameInit();
static void
InitializeVSP();
static void
LookForVDFs(const char *dir);
static int
LoadPluginsFromFile(const char *filepath, int &skipped);
static int
LoadVDFPluginsFromDir(const char *dir, int &skipped);
struct game_dll_t
{