CMake project

This commit is contained in:
2024-04-13 13:05:24 +10:00
parent 496186d101
commit 9a1bfde5b4
2 changed files with 20 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
#include <SDL2/SDL.h>
#include <SDL2/SDL_image.h>
#ifndef __APPLE__
# include <SDL2/SDL_image.h>
#else
# include <SDL2_image/SDL_image.h>
#endif
#include <cstdio>
#include <cmath>
#include <memory.h>