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