1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-07-08 03:41:36 +00:00

Remove duplicated enum definition

This commit is contained in:
elsid 2022-04-13 18:37:22 +02:00
parent 3abcf3dd0d
commit 761a04ce00
No known key found for this signature in database
GPG key ID: B845CB9FEE18AB40

View file

@ -40,17 +40,6 @@ namespace ESM
std::uint64_t size;
};
enum VarType
{
VT_Unknown = 0,
VT_None,
VT_Short, // stored as a float, kinda
VT_Int,
VT_Long, // stored as a float
VT_Float,
VT_String
};
std::string printName(const std::uint32_t typeId);
}