shithub: candycrisis

ref: 08304b6b5cbd60c92c1015068283738ac180d6cf
dir: /next.h/

View raw version
// next.h


void InitNext( void );
void ShowNext( int player );
void RefreshNext( int player );
void UpdateNext( int player );
void PullNext( int player );
void ShowPull( int player );

extern SDL_Surface* nextSurface;
extern SDL_Surface* nextDrawSurface;

extern MBoolean nextWindowVisible[2];
extern MRect nextWindowZRect, nextWindowRect[2];