13 lines
154 B
C
13 lines
154 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void InitStar(void);
|
|
void ActStar(void);
|
|
void PutStar(int fx, int fy);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|