5 lines
85 B
C
5 lines
85 B
C
#pragma once
|
|
|
|
void InitStar(void);
|
|
void ActStar(void);
|
|
void PutStar(int fx, int fy);
|