Add function to enqueue a DoCommandP call

This commit is contained in:
Jonathan G Rennison
2022-09-14 21:55:28 +01:00
parent 5cb6d2240a
commit bd2593ca48
4 changed files with 41 additions and 0 deletions

View File

@@ -85,6 +85,10 @@ static inline DoCommandFlag CommandFlagsToDCFlags(CommandFlags cmd_flags)
void ClearCommandLog();
char *DumpCommandLog(char *buffer, const char *last);
void ExecuteCommandQueue();
void ClearCommandQueue();
void EnqueueDoCommandP(CommandContainer cmd);
/*** All command callbacks that exist ***/
/* ai/ai_instance.cpp */