14 lines
226 B
C
14 lines
226 B
C
|
|
#ifdef ARC_NONE_WINDOW
|
||
|
|
|
||
|
|
#ifndef ARC_NONE_WINDOW_H_
|
||
|
|
#define ARC_NONE_WINDOW_H_
|
||
|
|
|
||
|
|
#include "arc/graphics/window.h"
|
||
|
|
|
||
|
|
typedef void ARC_WindowType;
|
||
|
|
|
||
|
|
struct ARC_WindowInfo {};
|
||
|
|
|
||
|
|
#endif // !ARC_SDL_WINDOW_H_
|
||
|
|
|
||
|
|
#endif // !ARC_NONE_WINDOW
|