summaryrefslogtreecommitdiffhomepage
path: root/serialize/atlas-type.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-01-23 08:56:32 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-01-23 08:56:43 +0100
commit068e5dd08439932604e5ad5d1f22826107a3f308 (patch)
tree601f69ce0f3a273bfd6025a419bd4cdee606191c /serialize/atlas-type.hpp
parentb7779f7736afedd041f49bcdf36647687bf3d456 (diff)
a
Diffstat (limited to 'serialize/atlas-type.hpp')
-rw-r--r--serialize/atlas-type.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/serialize/atlas-type.hpp b/serialize/atlas-type.hpp
index 01b682c3..1d3ea5aa 100644
--- a/serialize/atlas-type.hpp
+++ b/serialize/atlas-type.hpp
@@ -3,6 +3,6 @@
namespace floormat::Serialize {
enum class atlas_type : uint8_t
{
- none, ground, wall, object,
+ none, ground, wall, anim, vobj,
};
} // namespace floormat::Serialize