windows-nt/Source/XPSP1/NT/shell/osshell/games/sol/stat.h
2020-09-26 16:20:57 +08:00

11 lines
209 B
C

/* PUBLICs */
BOOL FRegisterStat(BOOL fFirstInst);
BOOL FDestroyStat( VOID );
VOID StatRender( VOID );
VOID StatUpdate( VOID );
VOID StatMove( VOID );
VOID StatString(INT ids);
VOID StatStringSz(TCHAR *sz);