wasabicfg.h 388 B

1234567891011121314151617
  1. #ifndef NULLSOFT_WASABICFG_H
  2. #define NULLSOFT_WASABICFG_H
  3. #define WASABI_COMPILE_WNDMGR
  4. #define WASABI_COMPILE_CONFIG
  5. #define WASABI_COMPILE_SCRIPT
  6. #define WASABI_COMPILE_SKIN
  7. #define WASABI_COMPILE_WND
  8. #define WASABI_COMPILE_TIMERS
  9. #define WASABI_COMPILE_FONTS
  10. #define WASABI_COMPILE_IMGLDR
  11. #define WASABI_COMPILE_SYSCB
  12. #define WASABI_COMPILE_FILEREADER
  13. #define WASABINOMAINAPI
  14. #endif