updated cmake

This commit is contained in:
herbglitch 2023-03-11 01:21:36 -07:00
parent b65ce85405
commit 0f03d88b26
8 changed files with 20 additions and 20 deletions

View file

@ -2,9 +2,8 @@
#define ARC_SDL_SPRITESHEET_H_
#ifdef ARC_SDL
#include <SDL.h>
#include "arc/graphics/spritesheet.h"
#include <SDL.h>
struct ARC_Spritesheet {
SDL_Texture *texture;