Files
source/Laptop/IMP Color Choosing.h
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

23 lines
451 B
C

#ifndef __IMP_COLOR_CHOOSING_SKIN_HAIR__H_
#define __IMP_COLOR_CHOOSING_SKIN_HAIR__H_
#include "types.h"
void EnterIMPColorChoice( void );
void RenderIMPColorChoice( void );
void ExitIMPColorChoice( void );
void HandleIMPColorChoice( void );
INT8 iChosenSkin();
INT8 iChosenHair();
INT8 iChosenShirt();
INT8 iChosenPants();
BOOLEAN bBigBodySelected();
BOOLEAN bBadAssSelected();
void SetBadAss( BOOLEAN fSetTrue );
#endif