monkey.monkey2 584 B

1234567891011121314151617181920212223242526
  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/bbinit.cpp"
  11. #Import "native/bbassert.cpp"
  12. #Import "native/bbmemory.cpp"
  13. #Import "native/bbstring.cpp"
  14. #Import "native/bbfunction.cpp"
  15. #Import "native/bbarray.cpp"
  16. #Import "native/bbmonkey.cpp"
  17. #Import "native/bbgc.cpp"
  18. #Import "native/bbobject.cpp"
  19. #Import "native/bbdebug.cpp"
  20. #Import "native/bbvariant.cpp"
  21. #Import "native/bbtypeinfo.cpp"
  22. #Import "native/bbdeclinfo.cpp"