test_c_compilation.c 502 B

1234567891011121314151617
  1. #define STB_PERLIN_IMPLEMENTATION
  2. #define STB_IMAGE_WRITE_IMPLEMENTATION
  3. #define STB_DXT_IMPLEMENATION
  4. #define STB_C_LEXER_IMPLEMENTATIOn
  5. #define STB_DIVIDE_IMPLEMENTATION
  6. #define STB_IMAGE_IMPLEMENTATION
  7. #define STB_HERRINGBONE_WANG_TILE_IMEPLEMENTATIOn
  8. #define STB_RESAMPLE_IMPLEMENTATION
  9. #include "stb_herringbone_wang_tile.h"
  10. #include "stb_image.h"
  11. #include "stb_image_write.h"
  12. #include "stb_perlin.h"
  13. #include "stb_dxt.h"
  14. #include "stb_c_lexer.h"
  15. #include "stb_divide.h"
  16. #include "stb_resample.h"