mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
* 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.
23 lines
451 B
C
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
|