archeus/include/arc/graphics/none/window.h

14 lines
226 B
C
Raw Normal View History

2024-01-12 19:48:17 -07:00
#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