[Cheats] Add boilerplate

This commit is contained in:
wheremyfoodat 2023-07-19 20:51:45 +03:00
parent 5b4f6ef46c
commit 0904638df0
5 changed files with 42 additions and 2 deletions

5
src/core/cheats.cpp Normal file
View file

@ -0,0 +1,5 @@
#include "cheats.hpp"
ActionReplay::ActionReplay() { reset(); }
void ActionReplay::reset() { cheats.clear(); }