#ifndef __IMP_GEAR_ENTRANCE__H_ #define __IMP_GEAR_ENTRANCE__H_ /** * @file * @author Flugente (bears-pit.com) */ #include "Types.h" void EnterIMPGearEntrance( void ); void RenderIMPGearEntrance( void ); void ExitIMPGearEntrance( void ); void HandleIMPGearEntrance( void ); BOOLEAN IsIMPGearUsed(); #endif