sdl2 now working again I think, but with better cmake
This commit is contained in:
parent
c822075173
commit
3e15b6dfd0
16 changed files with 78 additions and 52 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef ARC_SDL_SPRITESHEET_H_
|
||||
#define ARC_SDL_SPRITESHEET_H_
|
||||
|
||||
#ifdef ARC_SDL
|
||||
#ifdef ARC_SDL2_GRAPHICS
|
||||
#include "arc/graphics/spritesheet.h"
|
||||
#include <SDL.h>
|
||||
|
||||
|
|
@ -10,6 +10,6 @@ struct ARC_Spritesheet {
|
|||
uint32_t *size;
|
||||
};
|
||||
|
||||
#endif // !ARC_SDL
|
||||
#endif // !ARC_SDL2_GRPAHCIS
|
||||
|
||||
#endif // !ARC_SDL_SPRITESHEET_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue