Move command log functions to their own header, fix missing include
See: #586
This commit is contained in:
@@ -82,9 +82,6 @@ static inline DoCommandFlag CommandFlagsToDCFlags(CommandFlags cmd_flags)
|
||||
return flags;
|
||||
}
|
||||
|
||||
void ClearCommandLog();
|
||||
char *DumpCommandLog(char *buffer, const char *last, std::function<char *(char *)> flush);
|
||||
|
||||
void ExecuteCommandQueue();
|
||||
void ClearCommandQueue();
|
||||
void EnqueueDoCommandP(CommandContainer cmd);
|
||||
|
Reference in New Issue
Block a user