ref: 8a860c57f366dd33439abed266b7d2cf485492cf 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