merging herglitch/main
This commit is contained in:
parent
61b7e89d63
commit
b0a3ba8407
8 changed files with 36 additions and 44 deletions
|
|
@ -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_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue