crystal-tower/inc/stars.h

6 lines
85 B
C

#pragma once
void stars_init(void);
void stars_update(void);
void stars_draw(void);