#pragma once
void
game_startup(void);
game_shutdown(void);
game_update(float dt, input_t input, bool* out_quit);
game_render(void);