Move sm_dump_admcache to AdminCache.

This commit is contained in:
David Anderson
2015-09-20 14:33:02 -07:00
parent 8b4f27a038
commit c614d19af0
5 changed files with 16 additions and 23 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ namespace SourceMod {
// Add 1 to the RHS of this expression to bump the intercom file
// This is to prevent mismatching core/logic binaries
static const uint32_t SM_LOGIC_MAGIC = 0x0F47C0DE - 51;
static const uint32_t SM_LOGIC_MAGIC = 0x0F47C0DE - 52;
} // namespace SourceMod
-1
View File
@@ -69,7 +69,6 @@ struct sm_logic_t
void (*GenerateError)(IPluginContext *, cell_t, int, const char *, ...);
void (*AddNatives)(sp_nativeinfo_t *natives);
void (*DumpHandles)(void (*dumpfn)(const char *fmt, ...));
bool (*DumpAdminCache)(const char *filename);
void (*RegisterProfiler)(IProfilingTool *tool);
void (*OnRootCommand)(const ICommandArgs *args);
IDataPack * (*CreateDataPack)();