1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/builtin/builtin_ios.c.v
2021-04-19 19:01:47 +03:00

7 lines
131 B
V

module builtin
// TODO: Remove this later, added to make sure v self works
$if ios {
#include "@VEXEROOT/thirdparty/ios/ios.m"
}