shithub: candycrisis

ref: e67675bc2c457a0bc3bd4b7883d82d0ec7746c10
dir: /src/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];