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