v / vlib / builtin
Raw file | 6 loc (5 sloc) | 131 bytes | Latest commit hash d4f31412b
1module builtin
2
3// TODO: Remove this later, added to make sure v self works
4$if ios {
5 #include "@VEXEROOT/thirdparty/ios/ios.m"
6}