mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-02-23 12:31:15 +00:00
10 lines
168 B
C
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_ */
|
|
|