Files
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
503 B
C

#ifndef __IMP_GEAR__H_
#define __IMP_GEAR__H_
/**
* @file
* @author Flugente (bears-pit.com)
*/
#include "types.h"
#include "soldier profile type.h"
void EnterIMPGear( void );
void RenderIMPGear( void );
void ExitIMPGear( void );
void HandleIMPGear( void );
void DisplayGear( UINT16 usItem, UINT16 usPosX, UINT16 usPosY, BOOLEAN fWithBackGround, UINT8 aNumber, BOOLEAN fDisplayNumber );
void GiveIMPSelectedGear( MERCPROFILESTRUCT *pProfile );
INT32 GetIMPGearCost();
#endif