v2 / vlib / builtin / builtin_ios.c.v
6 lines · 5 sloc · 131 bytes · d4f31412b7d275dccacf8be385e5ff1afe2126fe
Raw
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}
7