This commit is contained in:
Paul 2001-06-06 20:27:54 +00:00
parent e252951f9c
commit c6bd6e7337
2 changed files with 4 additions and 1 deletions

View file

@ -15,7 +15,6 @@
Includes Includes
-------- */ -------- */
#include "triggers\trigger.h"
#include "triggers\twater.h" #include "triggers\twater.h"
#ifndef __PLAYER_PLAYER_H__ #ifndef __PLAYER_PLAYER_H__

View file

@ -22,6 +22,10 @@
#include "thing/thing.h" #include "thing/thing.h"
#endif #endif
#ifndef __TRIGGERS_TRIGGER_H__
#include "triggers\trigger.h"
#endif
/* Std Lib /* Std Lib
------- */ ------- */