Move sm_dump_handles to core/logic.

This commit is contained in:
David Anderson
2015-09-20 14:33:10 -07:00
parent c853050265
commit 168b779786
8 changed files with 74 additions and 82 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 - 52;
static const uint32_t SM_LOGIC_MAGIC = 0x0F47C0DE - 53;
} // namespace SourceMod
-1
View File
@@ -68,7 +68,6 @@ struct sm_logic_t
IDebugListener *debugger;
void (*GenerateError)(IPluginContext *, cell_t, int, const char *, ...);
void (*AddNatives)(sp_nativeinfo_t *natives);
void (*DumpHandles)(void (*dumpfn)(const char *fmt, ...));
void (*RegisterProfiler)(IProfilingTool *tool);
void (*OnRootCommand)(const ICommandArgs *args);
IDataPack * (*CreateDataPack)();