10 lines
169 B
C
10 lines
169 B
C
|
|
#ifndef ARC_SDL_WINDOW_H_
|
||
|
|
#define ARC_SDL_WINDOW_H_
|
||
|
|
|
||
|
|
#include "arc/graphics/window.h"
|
||
|
|
#include <SDL.h>
|
||
|
|
|
||
|
|
typedef SDL_Window ARC_WindowType;
|
||
|
|
|
||
|
|
#endif // !ARC_SDL_WINDOW_H_
|