diff options
Diffstat (limited to 'CheatEngineServer/CommandDispatcher.h')
-rw-r--r-- | CheatEngineServer/CommandDispatcher.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CheatEngineServer/CommandDispatcher.h b/CheatEngineServer/CommandDispatcher.h new file mode 100644 index 0000000..c4c6e55 --- /dev/null +++ b/CheatEngineServer/CommandDispatcher.h @@ -0,0 +1,7 @@ +#pragma once + +#include "CheatEngine.h" + +int CheckForAndDispatchCommand(CEConnection & con); + +int DispatchCommand(CEConnection & con, char command);
\ No newline at end of file |