Fix building on GCC

This commit is contained in:
James Urquhart 2015-02-09 16:14:14 +00:00
parent 4a97054f02
commit 3f97c2cedd
5 changed files with 40 additions and 29 deletions

View file

@ -119,6 +119,8 @@ public:
void populateArgs(ConsoleValueRef *argv);
};
// NOTE: SimConsoleThreadExecCallback & SimConsoleThreadExecEvent moved to engineAPI.h
/// Used by Con::threadSafeExecute()
struct SimConsoleThreadExecCallback
{