sdl2 now working again I think, but with better cmake

This commit is contained in:
herbglitch 2024-02-08 17:47:32 -07:00
parent c822075173
commit 3e15b6dfd0
16 changed files with 78 additions and 52 deletions

View file

@ -5,7 +5,7 @@
#include "arc/graphics/color.h"
#include "arc/math/rectangle.h"
#ifdef ARC_SDL
#ifdef ARC_SDL2_GRAPHICS
#include <SDL.h>
typedef struct ARC_Text {
@ -18,6 +18,6 @@ typedef struct ARC_Text {
ARC_Rect bounds;
} ARC_Text;
#endif // !ARC_SDL
#endif // !ARC_SDL2_Graphics
#endif // !ARC_SDL_TEXT_H_