1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#pragma once #include <glfm.h> #include "window.h" struct stl_glfm_global { GLFMDisplay *display; bool did_main; array(str) args; s32 main_arg_index; GLFMInterfaceOrientation orientation; }; struct stl_window_glfm { struct stl_window w; };