diff options
Diffstat (limited to 'initialize.h')
-rw-r--r-- | initialize.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/initialize.h b/initialize.h new file mode 100644 index 0000000..7461c9c --- /dev/null +++ b/initialize.h @@ -0,0 +1,2 @@ +int initialize_window(App* app); +void destroy_window(App *app); |