shithub: cstory

ref: 664d76f94e35e77927739b63d50078c540238175
dir: /src/Star.h/

View raw version
#pragma once

#ifdef __cplusplus
extern "C" {
#endif

void InitStar(void);
void ActStar(void);
void PutStar(int fx, int fy);

#ifdef __cplusplus
}
#endif