Remove duplicated enum definition

pull/3226/head
elsid 3 years ago
parent 3abcf3dd0d
commit 761a04ce00
No known key found for this signature in database
GPG Key ID: B845CB9FEE18AB40

@ -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);
}

Loading…
Cancel
Save