summaryrefslogtreecommitdiffstats
path: root/src/PatchedClonkControl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchedClonkControl.hpp')
-rw-r--r--src/PatchedClonkControl.hpp11
1 files changed, 11 insertions, 0 deletions
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