summaryrefslogtreecommitdiffhomepage
path: root/src/object-type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object-type.hpp')
-rw-r--r--src/object-type.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object-type.hpp b/src/object-type.hpp
index 8c84c31a..35b25ccf 100644
--- a/src/object-type.hpp
+++ b/src/object-type.hpp
@@ -5,5 +5,6 @@ namespace floormat {
enum class object_type : unsigned char {
none, critter, scenery, light, COUNT,
};
+template<typename T> struct object_type_;
} // namespace floormat