Files
source/Laptop/IMP MainPage.h
T
Wanne 0aa610ac40 - bugfix: When loading an I.M.P by nickname or 90210 the voice was not set correct
- feature: Now it is possible to load an I.M.P. even if it has multiple blanks (spaces) in the nickname. E.g. "Mr D 2", "Jack 1", ...

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@559 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-09-25 07:55:58 +00:00

31 lines
594 B
C

#ifndef __IMP_MAINPAGE_H
#define __IMP_MAINPAGE_H
#include "types.h"
void RenderIMPMainPage( void );
void ExitIMPMainPage( void );
void EnterIMPMainPage( void );
void HandleIMPMainPage( void );
void NextProfilingMode( void );
void ShadeUnSelectableButtons( void );
// WANNE NEW
INT32 GetFreeIMPSlot(INT32 iIMPId, INT32 iDefaultIMPId);
INT32 GetFilledIMPSlots( INT8 iSex );
extern INT32 iCurrentProfileMode;
//enums for the various Profile modes
enum
{
IMP__REGISTRY,
IMP__PERSONALITY,
IMP__ATTRIBUTES,
IMP__PORTRAIT,
IMP__VOICE,
IMP__FINISH,
};
#endif