precomp_wasabi_bfc.h 369 B

12345678910111213141516171819202122
  1. #ifndef NULLSOFT_BFC_PRECOMP_H
  2. #define NULLSOFT_BFC_PRECOMP_H
  3. // Platform
  4. #include <bfc/platform/platform.h>
  5. // Std
  6. #include "wasabi_std.h"
  7. #include "std_mem.h"
  8. #include "wasabi_std_wnd.h"
  9. #include "std_math.h"
  10. #include "std_string.h"
  11. // Containers
  12. #include "memblock.h"
  13. #include "tlist.h"
  14. #include "stack.h"
  15. #include "ptrlist.h"
  16. #include "file/splitpath.h"
  17. #endif