mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
7 lines
131 B
V
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"
|
|
}
|