#pragma once #include "game.h" void background_update(Game *g); void background_draw(void);