Added detection of compiled LUA scripts

This commit is contained in:
Zezula Ladislav
2019-09-11 15:20:43 +02:00
parent 2f0e0e69e6
commit 0eb09af5fe
3 changed files with 7 additions and 6 deletions

View File

@@ -909,6 +909,7 @@ static TFileHeader2Ext data2ext[] =
{0x47585053, 0xFFFFFFFF, 0x00000000, 0x00000000, "bls"}, // WoW pixel shaders
{0xE0FFD8FF, 0xFFFFFFFF, 0x00000000, 0x00000000, "jpg"}, // JPEG image
{0x503B4449, 0xFFFFFFFF, 0x3B4C5857, 0xFFFFFFFF, "slk"}, // SLK file (usually starts with "ID;PWXL;N;E")
{0x61754C1B, 0xFFFFFFFF, 0x00000000, 0x00000000, "lua"}, // Compiled LUA files
{0x00000000, 0x00000000, 0x00000000, 0x00000000, "xxx"}, // Default extension
{0, 0, 0, 0, NULL} // Terminator
};