mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-21 04:56:01 +08:00
Update/fix ScriptLanguage_t enum.
This commit is contained in:
@ -128,12 +128,9 @@ class IScriptVM;
|
|||||||
enum ScriptLanguage_t
|
enum ScriptLanguage_t
|
||||||
{
|
{
|
||||||
SL_NONE,
|
SL_NONE,
|
||||||
SL_GAMEMONKEY,
|
|
||||||
SL_SQUIRREL,
|
|
||||||
SL_LUA,
|
SL_LUA,
|
||||||
SL_PYTHON,
|
|
||||||
|
|
||||||
SL_DEFAULT = SL_SQUIRREL
|
SL_DEFAULT = SL_LUA
|
||||||
};
|
};
|
||||||
|
|
||||||
class IScriptManager : public IAppSystem
|
class IScriptManager : public IAppSystem
|
||||||
|
Reference in New Issue
Block a user