ref: a0eb646a1f2f2f4356eb25a37e9d86153ff25aab dir: /src/Star.h/
#pragma once #ifdef __cplusplus extern "C" { #endif void InitStar(void); void ActStar(void); void PutStar(int fx, int fy); #ifdef __cplusplus } #endif