opengl-playground/game/tools/texturepacker.c
2023-10-05 18:37:16 +07:00

14 lines
154 B
C

#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"
int main(void) {
return 0;
}