Files
source/Laptop/BobbyRArmour.h

19 lines
223 B
C

#ifndef __BOBBYRARMOUR_H
#define __BOBBYRARMOUR_H
void GameInitBobbyRArmour();
BOOLEAN EnterBobbyRArmour();
void ExitBobbyRArmour();
void HandleBobbyRArmour();
void RenderBobbyRArmour();
#endif