Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
181 B

  1. #define STB_IMAGE_RESIZE_IMPLEMENTATION
  2. #define STB_IMAGE_RESIZE_STATIC
  3. #include "stb_image_resize.h"
  4. // Just to make sure it will build properly with a c compiler
  5. int main() {
  6. }