summaryrefslogtreecommitdiffstats
path: root/src/core/Instance.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Instance.h')
-rw-r--r--src/core/Instance.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/core/Instance.h b/src/core/Instance.h
new file mode 100644
index 00000000..1038c005
--- /dev/null
+++ b/src/core/Instance.h
@@ -0,0 +1,10 @@
+#pragma once
+
+#include "Placeable.h"
+
+// unused
+
+class CInstance : CPlaceable
+{
+public:
+};