From 188aab4196c1d9de0c1bf33be1114e7a0e11fd19 Mon Sep 17 00:00:00 2001 From: aap Date: Thu, 30 May 2019 21:24:47 +0200 Subject: implemented some higher level functions; added lots of stubs; switched top and bottom in CRect --- src/control/Replay.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/control/Replay.cpp (limited to 'src/control/Replay.cpp') diff --git a/src/control/Replay.cpp b/src/control/Replay.cpp new file mode 100644 index 00000000..32e7dc0c --- /dev/null +++ b/src/control/Replay.cpp @@ -0,0 +1,5 @@ +#include "common.h" +#include "patcher.h" +#include "Replay.h" + +WRAPPER void CReplay::Display(void) { EAXJMP(0x595EE0); } \ No newline at end of file -- cgit v1.2.3