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.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/control/Replay.h (limited to 'src/control/Replay.h') diff --git a/src/control/Replay.h b/src/control/Replay.h new file mode 100644 index 00000000..77e50403 --- /dev/null +++ b/src/control/Replay.h @@ -0,0 +1,7 @@ +#pragma once + +class CReplay +{ +public: + static void Display(void); +}; -- cgit v1.2.3