Files
source/Laptop/IMP Gear Entrance.h
T
2014-09-23 22:46:10 +00:00

19 lines
329 B
C

#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