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
-------- */
#include "triggers\trigger.h"
#include "triggers\twater.h"
#ifndef __PLAYER_PLAYER_H__

View File

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