log: Add logging class for Cheat Engine

This is better than just using something like Common.Filesystem or Common.Memory
This commit is contained in:
Zach Hilman 2019-05-30 19:32:46 -04:00
parent 35d5542932
commit 46c3a8d6a3
2 changed files with 2 additions and 0 deletions

View file

@ -255,6 +255,7 @@ void DebuggerBackend::Write(const Entry& entry) {
CLS(Input) \
CLS(Network) \
CLS(Loader) \
CLS(CheatEngine) \
CLS(Crypto) \
CLS(WebService)