Files
source/Laptop/IMP Background.h
T

17 lines
389 B
C

#ifndef __IMP_BACKGROUND__H_
#define __IMP_BACKGROUND__H_
#include "Types.h"
#include "mousesystem.h"
void EnterIMPBackground( void );
void RenderIMPBackground( void );
void ExitIMPBackground( void );
void HandleIMPBackground( void );
BOOLEAN IsBackGroundAllowed( UINT16 ubNumber );
void AssignBackgroundHelpText( UINT16 ubNumber, MOUSE_REGION* pMouseregion );
#endif