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:
parent
3abcf3dd0d
commit
761a04ce00
1 changed files with 0 additions and 11 deletions
|
@ -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…
Reference in a new issue