Archeus 0.0.0
A C library and game engine that focuses on documentation
Loading...
Searching...
No Matches
window.c
Go to the documentation of this file.
1#ifdef ARC_NONE_WINDOW
2
4#include <stdio.h>
5
7 printf("No Window Backend Selected\n");
8}
9
10void ARC_Window_Destroy(ARC_Window *window){
11 printf("No Window Backend Selected\n");
12}
13
14#endif // !ARC_NONE_WINDOW
struct ARC_WindowType ARC_Window
Definition window.h:13
void ARC_Window_Create(ARC_Window **window, ARC_WindowInfo *info)
creates ARC_Window type
void ARC_Window_Destroy(ARC_Window *window)
destroys ARC_Window type