monkey.monkey2 459 B

12345678910111213141516171819202122
  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/bbmemory.cpp"
  11. #Import "native/bbstring.cpp"
  12. #Import "native/bbfunction.cpp"
  13. #Import "native/bbarray.cpp"
  14. #Import "native/bbmonkey.cpp"
  15. #Import "native/bbgc.cpp"
  16. #Import "native/bbobject.cpp"
  17. #Import "native/bbdebug.cpp"
  18. #Import "native/bbinit.cpp"