diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-13 15:49:54 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-13 15:49:54 +0100 |
commit | 6f85fbd77a0b8798dac3e084ca2250982a7c4011 (patch) | |
tree | 6bd9578e3fc5a934da02b8f931bd7bbcc1b0a987 /loader/vobj-info.hpp | |
parent | 36c5c7e4bca651e95686b193a5b8b5193077c371 (diff) |
c
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 |