rpgxef/code/game/g_trigger.h

15 lines
246 B
C
Raw Normal View History

2013-10-16 17:20:49 +00:00
#ifndef G_TRIGGER_H_
#define G_TRIGGER_H_
#include "g_local.h"
/**
* @brief Inits a trigger entity.
*
* Initializes trigger entities.
*
* @param self the trigger entity
*/
void G_Trigger_Init( gentity_t* self );
#endif /* G_TRIGGER_H_ */