From 3fe710cb029522b86ef27c322f0cb793b1368051 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Tue, 21 Mar 2017 22:00:59 +0100 Subject: Move Parser into own class --- src/PatchedClonkControl.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/PatchedClonkControl.hpp (limited to 'src/PatchedClonkControl.hpp') diff --git a/src/PatchedClonkControl.hpp b/src/PatchedClonkControl.hpp new file mode 100644 index 0000000..2469178 --- /dev/null +++ b/src/PatchedClonkControl.hpp @@ -0,0 +1,11 @@ +#ifndef PATCHEDCLONKCONTROL_HPP +#define PATCHEDCLONKCONTROL_HPP + + +class PatchedClonkControl : public ClonkControlInterface +{ +public: + PatchedClonkControl(); +}; + +#endif // PATCHEDCLONKCONTROL_HPP \ No newline at end of file -- cgit v1.2.3-54-g00ecf