mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-08 23:25:40 +12:00
5 lines
No EOL
112 B
C++
5 lines
No EOL
112 B
C++
#include "cheats.hpp"
|
|
|
|
ActionReplay::ActionReplay() { reset(); }
|
|
|
|
void ActionReplay::reset() { cheats.clear(); } |