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.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/PatchedClonkControl.cpp (limited to 'src/PatchedClonkControl.cpp') diff --git a/src/PatchedClonkControl.cpp b/src/PatchedClonkControl.cpp new file mode 100644 index 0000000..47758d2 --- /dev/null +++ b/src/PatchedClonkControl.cpp @@ -0,0 +1,6 @@ +#include "PatchedClonkControl.hpp" + +PatchedClonkControl::PatchedClonkControl() +{ + +} -- cgit v1.2.3-54-g00ecf