monkey.monkey2 670 B

1234567891011121314151617181920212223242526272829303132
  1. Namespace monkey
  2. #Import "native/bbtypes.cpp"
  3. #Import "native/bbassert.cpp"
  4. #Import "native/bbstring.cpp"
  5. #Import "native/bbfunction.cpp"
  6. #Import "native/bbarray.cpp"
  7. #Import "native/bbmonkey.cpp"
  8. #Import "native/bbgc.cpp"
  9. #Import "native/bbobject.cpp"
  10. #Import "native/bbdebug.cpp"
  11. #Import "native/bbweakref.cpp"
  12. #Import "native/bbvariant.cpp"
  13. #Import "native/bbtypeinfo.cpp"
  14. #Import "native/bbdeclinfo.cpp"
  15. #Import "native/bbmonkey_c.c"
  16. #If __TARGET__="macos" Or __TARGET__="ios"
  17. #Import "native/bbstring.mm"
  18. #Endif
  19. #if __TARGET__="android"
  20. #Import "native/Monkey2Lang.java"
  21. #import "<liblog.a>"
  22. #endif
  23. #Import "types"
  24. #Import "math"
  25. #Import "debug"
  26. #Import "gc"