rpgxef/code/game/g_trigger.h
Walter Julius Hennecke 18d557c691 More updates
2013-10-16 19:20:49 +02:00

15 lines
No EOL
246 B
C

#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_ */