From 11ab26cd9642d6be7496df5e4e14486a51fc5419 Mon Sep 17 00:00:00 2001 From: segfault Date: Tue, 24 Nov 2020 09:33:54 -0800 Subject: Added CheatEngine server template. --- CheatEngineServer/CommandDispatcher.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CheatEngineServer/CommandDispatcher.h (limited to 'CheatEngineServer/CommandDispatcher.h') 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 -- cgit v1.2.3