monkey.monkey2 489 B

1234567891011121314151617181920212223
  1. Namespace monkey
  2. #if __TARGET__="android"
  3. #import "<liblog.a>"
  4. #endif
  5. #Import "types.monkey2"
  6. #Import "math.monkey2"
  7. #Import "debug.monkey2"
  8. #Import "gc.monkey2"
  9. #Import "native/bbtypes.cpp"
  10. #Import "native/bbassert.cpp"
  11. #Import "native/bbmemory.cpp"
  12. #Import "native/bbstring.cpp"
  13. #Import "native/bbfunction.cpp"
  14. #Import "native/bbarray.cpp"
  15. #Import "native/bbmonkey.cpp"
  16. #Import "native/bbgc.cpp"
  17. #Import "native/bbobject.cpp"
  18. #Import "native/bbdebug.cpp"
  19. #Import "native/bbinit.cpp"