ref: 33c1ea8f2046d00e6a135c464a3e2bc26259e4f8 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