hyperultra/src/background.h

6 lines
93 B
C

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