1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 22:23:51 +00:00

removing more leftovers

This commit is contained in:
Marc Zinnschlag 2013-03-11 16:53:42 +01:00
parent 2e1a1fd11a
commit b085c4f749

View file

@ -14,13 +14,6 @@ enum Version
VER_13 = 0x3fa66666
};
enum FileType
{
FT_ESP = 0, // Plugin
FT_ESM = 1, // Master
FT_ESS = 32 // Savegame
};
/* A structure used for holding fixed-length strings. In the case of
LEN=4, it can be more efficient to match the string as a 32 bit
number, therefore the struct is implemented as a union with an int.