mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
* 2006/05/01 * * Madd Mugsy * * Developed in VS 2003 * ********************************************************* Source: - Added bullet tracers (& tracerEffect to AmmoTypes.xml) - Remedied IMP name saving, which didn't seem to upload properly Data: - Add bullet_tracer.sti to tilecache (will upload a full data folder w/new images at some point) git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@45 3b4a5df2-a311-0410-b5c6-a8a6f20db521
20 lines
510 B
C
20 lines
510 B
C
#ifndef __IMP_CONFIRM_H
|
|
#define __IMP_CONFIRM_H
|
|
|
|
void EnterIMPConfirm( void );
|
|
void RenderIMPConfirm( void );
|
|
void ExitIMPConfirm( void );
|
|
void HandleIMPConfirm( void );
|
|
|
|
BOOLEAN AddCharacterToPlayersTeam( void );
|
|
void LoadImpCharacter( STR fileName );
|
|
void WriteOutCurrentImpCharacter( INT32 iProfileId );
|
|
void WriteOutCurrentImpCharacter( INT32 iProfileId, STR fileName );
|
|
|
|
void ResetIMPCharactersEyesAndMouthOffsets( UINT8 ubMercProfileID );
|
|
|
|
BOOLEAN ImpExists ( STR fileName );
|
|
|
|
#endif
|
|
|