working on getting ARC_Spritesheet and ARC_Sprite for SDL moved over from old ARC_SDL

This commit is contained in:
herbglitch 2022-11-03 21:28:58 -06:00
parent d3dd85cd5e
commit 845b80329e
3 changed files with 8 additions and 16 deletions

View file

@ -3,10 +3,6 @@
#ifdef ARC_SDL
#ifdef __cplusplus
extern "C" {
#endif
#include <SDL.h>
#include "arc/graphics/renderer.h"
#include "arc/graphics/window.h"
@ -28,10 +24,6 @@ struct ARC_RenderInfo {
Uint32 flags;
};
#ifdef __cplusplus
}
#endif
#endif // ARC_SDL
#endif // ARC_SDL_RENDERER_H_