#ifndef GAME_H #define GAME_H typedef struct { Arena *persistent_arena; U32 shader; Mesh *the_mesh; F32 t; } State; #endif /* GAME_H */