mirror of
https://github.com/sam-astro/Z-Sharp.git
synced 2025-12-13 09:02:10 +00:00
Add vec2 type
This commit is contained in:
parent
57deb5a790
commit
ee147bd78a
@ -17,7 +17,7 @@
|
|||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace boost;
|
using namespace boost;
|
||||||
|
|
||||||
vector<string> types = { "int", "float", "string", "bool", "void", "null", "Sprite"};
|
vector<string> types = { "int", "float", "string", "bool", "void", "null", "Sprite", "Vec2"};
|
||||||
|
|
||||||
unordered_map<string, vector<vector<string>>> builtinFunctionValues;
|
unordered_map<string, vector<vector<string>>> builtinFunctionValues;
|
||||||
unordered_map<string, boost::any> builtinVarVals;
|
unordered_map<string, boost::any> builtinVarVals;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user