windows-nt/Source/XPSP1/NT/shell/osshell/games/sol/stat.h

11 lines
209 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/* 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);