1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00

Update/fix ScriptLanguage_t enum.

This commit is contained in:
Nicholas Hastings
2016-11-08 10:32:34 -05:00
parent c6342ac8e0
commit a631270c86

View File

@ -128,12 +128,9 @@ class IScriptVM;
enum ScriptLanguage_t
{
SL_NONE,
SL_GAMEMONKEY,
SL_SQUIRREL,
SL_LUA,
SL_PYTHON,
SL_DEFAULT = SL_SQUIRREL
SL_DEFAULT = SL_LUA
};
class IScriptManager : public IAppSystem