Moved GLAD and STB into libs/ subdirectory

This commit is contained in:
2021-04-01 22:04:19 +03:00
parent 4373c6aeb8
commit 890e108cae
6 changed files with 4 additions and 4 deletions

4
libs/stb/src/stb_image.c Normal file
View File

@@ -0,0 +1,4 @@
#define STBI_ONLY_PNG
#define STB_IMAGE_IMPLEMENTATION
#include <stb/stb_image.h>