huge core redesign
This commit is contained in:
parent
85d0bad350
commit
c614c679a9
23 changed files with 457 additions and 0 deletions
14
include/arc/graphics/none/window.h
Normal file
14
include/arc/graphics/none/window.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#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
|
||||
Loading…
Add table
Add a link
Reference in a new issue