#pragma once #ifdef __cplusplus extern "C" { #endif extern float g_window_width; extern float g_window_height; void update_window(int width, int height); #ifdef __cplusplus } #endif