wehfou/inc/background.h

6 lines
100 B
C

#pragma once
void background_init(void);
void background_update(void);
void background_draw(void);