working on getting ARC_Spritesheet and ARC_Sprite for SDL moved over from old ARC_SDL
This commit is contained in:
parent
d3dd85cd5e
commit
845b80329e
3 changed files with 8 additions and 16 deletions
|
|
@ -3,10 +3,6 @@
|
|||
|
||||
#ifdef ARC_SDL
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <SDL.h>
|
||||
#include "arc/graphics/window.h"
|
||||
|
||||
|
|
@ -29,10 +25,6 @@ struct ARC_WindowInfo {
|
|||
Uint32 flags;
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // ARC_SDL
|
||||
|
||||
#endif // ARC_SDL_WINDOW_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue