1234567891011121314151617181920212223242526 |
- Namespace monkey
- #if __TARGET__="android"
- #import "<liblog.a>"
- #endif
- #Import "types.monkey2"
- #Import "math.monkey2"
- #Import "debug.monkey2"
- #Import "gc.monkey2"
- #Import "native/bbtypes.cpp"
- #Import "native/bbinit.cpp"
- #Import "native/bbassert.cpp"
- #Import "native/bbmemory.cpp"
- #Import "native/bbstring.cpp"
- #Import "native/bbfunction.cpp"
- #Import "native/bbarray.cpp"
- #Import "native/bbmonkey.cpp"
- #Import "native/bbgc.cpp"
- #Import "native/bbobject.cpp"
- #Import "native/bbdebug.cpp"
- #Import "native/bbvariant.cpp"
- #Import "native/bbtypeinfo.cpp"
- #Import "native/bbdeclinfo.cpp"
|