Files
source/Laptop/IMP Background.h
T
BeatAroundTheBuscherandGitHub ed00830202 Fixes Upper/Lower Casing for include paths (#487)
* Fixing upper/lower case for includes

types.h, zconf.h and zlib.h were renamed so that global includes like Types.h
are not used.
2025-08-16 22:01:12 -03:00

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