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