#pragma once #include #include "window.h" struct stl_glfm_global { GLFMDisplay *display; bool did_main; GLFMInterfaceOrientation orientation; }; struct stl_window_glfm { struct stl_window w; };