merging herglitch/main

This commit is contained in:
herbglitch 2024-02-08 16:53:31 -07:00
parent 61b7e89d63
commit b0a3ba8407
8 changed files with 36 additions and 44 deletions

View file

@ -1,7 +1,7 @@
#ifndef ARC_SDL_SPRITE_H_
#define ARC_SDL_SPRITE_H_
#ifdef ARC_SDL
#ifdef ARC_SDL2_GRAPHICS
#include "arc/graphics/sprite.h"
#include <SDL.h>
@ -13,6 +13,6 @@ struct ARC_Sprite {
uint8_t opacity;
};
#endif // !ARC_SDL
#endif // !ARC_SDL2_GRAPHICS
#endif // !ARC_SDL_SPRITE_H_