Move RootConsoleMenu::ConsolePrint into the logic bridge.

This commit is contained in:
David Anderson
2015-08-30 21:01:27 -07:00
parent 2c886943a0
commit 23d55dd9d5
4 changed files with 31 additions and 15 deletions
+2 -1
View File
@@ -52,7 +52,7 @@ using namespace SourceHook;
* Add 1 to the RHS of this expression to bump the intercom file
* This is to prevent mismatching core/logic binaries
*/
#define SM_LOGIC_MAGIC (0x0F47C0DE - 36)
#define SM_LOGIC_MAGIC (0x0F47C0DE - 37)
#if defined SM_LOGIC
class IVEngineServer
@@ -318,6 +318,7 @@ struct sm_core_t
bool (*DescribePlayer)(int index, const char **namep, const char **authp, int *useridp);
int (*MaxClients)();
int (*GetGlobalTarget)();
void (*ConsolePrintVa)(const char *fmt, va_list ap);
const char *gamesuffix;
/* Data */
ServerGlobals *serverGlobals;