monkey.monkey2 810 B

123456789101112131415161718192021222324252627282930313233343536373839
  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/bbobject.cpp"
  9. #Import "native/bbdebug.cpp"
  10. #Import "native/bbweakref.cpp"
  11. #Import "native/bbvariant.cpp"
  12. #Import "native/bbtypeinfo.cpp"
  13. #Import "native/bbdeclinfo.cpp"
  14. #Import "native/bbmonkey_c.c"
  15. #Import "native/bbgc_mx.cpp"
  16. #Import "native/bbgc.cpp"
  17. #If __TARGET__="macos" Or __TARGET__="ios"
  18. #Import "native/bbmonkey.mm"
  19. #Import "native/bbstring.mm"
  20. #Endif
  21. #if __TARGET__="android"
  22. #Import "native/Monkey2Lang.java"
  23. #import "<liblog.a>"
  24. #endif
  25. #If __TARGET__="raspbian" Or __TARGET__="linux"
  26. #Import "<libpthread.a>"
  27. #endif
  28. #Import "types"
  29. #Import "math"
  30. #Import "debug"
  31. #Import "gc"