shithub: candycrisis

ref: 1ae6334bfaeb53c301a553e45733ad2a50b74689
dir: /Source/next.h/

View raw version
// next.h


#include "SDL.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];