rpgxef/code/game/g_usable.h
2013-10-13 22:06:17 +02:00

10 lines
168 B
C

#ifndef G_USABLE_H_
#define G_USABLE_H_
#include "g_local.h"
//TiM - load usables scan text
qboolean G_Usable_SetupUsablesStrings( void );
#endif /* G_USABLE_H_ */