App now has a window handle
This commit is contained in:
parent
334dbb2740
commit
7c75e10d62
2
app.h
2
app.h
@ -15,6 +15,8 @@ extern "C" {
|
||||
|
||||
|
||||
typedef struct _App {
|
||||
void *window; // HWND pointer; window handle set by main()
|
||||
|
||||
System_Physics *physics;
|
||||
System_Player *player;
|
||||
System_Input *input;
|
||||
|
Loading…
Reference in New Issue
Block a user