From fe75db9167f4327d2bb2353f94d84047666bb440 Mon Sep 17 00:00:00 2001 From: ancarola Date: Fri, 25 Jan 2019 22:05:15 +0100 Subject: Core channel in flatland and signal test --- engine/include/object.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 engine/include/object.hpp (limited to 'engine/include/object.hpp') diff --git a/engine/include/object.hpp b/engine/include/object.hpp new file mode 100644 index 0000000..70a7a2d --- /dev/null +++ b/engine/include/object.hpp @@ -0,0 +1,9 @@ +#pragma once + +namespace flat +{ + struct object + { + // it exists + }; +} -- cgit v1.2.1