- c_dispatch header cleanup and splitting of gamestate into a separate header, to avoid polluting low level code with game specific headers.

This commit is contained in:
Christoph Oelckers 2020-04-11 18:05:13 +02:00
commit 31fbff85f4
7 changed files with 39 additions and 38 deletions

View file

@ -56,6 +56,7 @@ struct FExecList
};
extern bool ParsingKeyConf, UnsafeExecutionContext;
extern FString StoredWarp; // [RH] +warp at the command line
extern bool CheckCheatmode (bool printmsg = true);