mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-04 04:06:31 +00:00
7 lines
185 B
C
7 lines
185 B
C
|
|
||
|
extern unsigned char starfield_base_char;
|
||
|
extern unsigned char starfield_get_tile_xy(unsigned char x, unsigned char y);
|
||
|
extern void starfield_setup();
|
||
|
extern void starfield_update();
|
||
|
|