hyperultra/src/background.h

6 lines
93 B
C
Raw Normal View History

2023-03-17 11:33:08 +01:00
#pragma once
2023-03-19 05:49:14 +01:00
#include "game.h"
2023-03-17 11:33:08 +01:00
2023-03-19 05:49:14 +01:00
void background_update(Game *g);
2023-03-17 11:33:08 +01:00
void background_draw(void);