Kohi Game Engine
|
#include <platform.h>
Data Fields | |
const char * | application_name |
application_name The name of the application. More... | |
i32 | x |
x The initial x position of the main window. More... | |
i32 | y |
y The initial y position of the main window. More... | |
i32 | width |
width The initial width of the main window. More... | |
i32 | height |
height The initial height of the main window. More... | |
const char* application_name |
application_name The name of the application.
i32 height |
height The initial height of the main window.
i32 width |
width The initial width of the main window.
i32 x |
x The initial x position of the main window.
i32 y |
y The initial y position of the main window.