diff options
Diffstat (limited to 'loader/vobj-info.hpp')
-rw-r--r-- | loader/vobj-info.hpp | 15 |
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 |