Panda3DS/src/core/cheats.cpp
2023-07-19 20:51:45 +03:00

5 lines
No EOL
112 B
C++

#include "cheats.hpp"
ActionReplay::ActionReplay() { reset(); }
void ActionReplay::reset() { cheats.clear(); }