mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-01-30 19:52:17 +01:00
Remove ProvidedHooks enum. No longer used
This commit is contained in:
parent
088e2d80c7
commit
8f619851df
@ -37,20 +37,6 @@ namespace SourceMM
|
||||
ConVarFlag_SpOnly = 2,
|
||||
};
|
||||
|
||||
enum ProvidedHooks
|
||||
{
|
||||
#if SOURCE_ENGINE == SE_DOTA
|
||||
ProvidedHook_StartChangeLevel = 0,
|
||||
ProvidedHook_Init = 1,
|
||||
ProvidedHook_StartupServer = 2,
|
||||
ProvidedHook_SwitchToLoop = 3,
|
||||
#else
|
||||
ProvidedHook_LevelInit = 0, /**< IServerGameDLL::LevelInit */
|
||||
ProvidedHook_LevelShutdown = 1, /**< IServerGameDLL::LevelShutdown */
|
||||
ProvidedHook_GameInit = 4, /**< IServerGameDLL::GameInit */
|
||||
#endif
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief Abstracts command information, since the new engine fixes the
|
||||
* re-entrancy problems in the tokenization system.
|
||||
|
Loading…
x
Reference in New Issue
Block a user