#ifndef window_h #define window_h struct window { i32 width; i32 height; }; #endif