diff options
Diffstat (limited to 'src/window_glfm.h')
| -rw-r--r-- | src/window_glfm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window_glfm.h b/src/window_glfm.h index bfbda04..b9c6c69 100644 --- a/src/window_glfm.h +++ b/src/window_glfm.h @@ -7,6 +7,8 @@ struct stl_glfm_global { GLFMDisplay *display; bool did_main; + array(str) args; + u32 main_arg_index; GLFMInterfaceOrientation orientation; }; |