archeus/include/arc/graphics/none/window.h
2024-01-12 19:48:17 -07:00

14 lines
No EOL
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