diff --git a/Slang/builtin.h b/Slang/builtin.h index d14bdef..774e162 100644 --- a/Slang/builtin.h +++ b/Slang/builtin.h @@ -17,7 +17,7 @@ using namespace std; using namespace boost; -vector types = { "int", "float", "string", "bool", "void", "null", "Sprite"}; +vector types = { "int", "float", "string", "bool", "void", "null", "Sprite", "Vec2"}; unordered_map>> builtinFunctionValues; unordered_map builtinVarVals;