wehfou/inc/background.h

6 lines
100 B
C
Raw Normal View History

2022-04-01 23:00:13 +02:00
#pragma once
void background_init(void);
void background_update(void);
void background_draw(void);