summaryrefslogtreecommitdiffhomepage
path: root/loader/vobj-info.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-01-13 15:49:54 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-01-13 15:49:54 +0100
commit6f85fbd77a0b8798dac3e084ca2250982a7c4011 (patch)
tree6bd9578e3fc5a934da02b8f931bd7bbcc1b0a987 /loader/vobj-info.hpp
parent36c5c7e4bca651e95686b193a5b8b5193077c371 (diff)
c
Diffstat (limited to 'loader/vobj-info.hpp')
-rw-r--r--loader/vobj-info.hpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/loader/vobj-info.hpp b/loader/vobj-info.hpp
deleted file mode 100644
index 75ace811..00000000
--- a/loader/vobj-info.hpp
+++ /dev/null
@@ -1,15 +0,0 @@
-#pragma once
-#include <memory>
-#include <Corrade/Containers/String.h>
-
-namespace floormat {
-
-class anim_atlas;
-
-struct vobj_info final
-{
- String name, descr;
- std::shared_ptr<anim_atlas> atlas;
-};
-
-} // namespace floormat