shithub: cstory

ref: c838e8ebcb81ef81412ca2832f6ceff0b65972fb
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