This commit is contained in:
parent
e252951f9c
commit
c6bd6e7337
2 changed files with 4 additions and 1 deletions
|
@ -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__
|
||||||
|
|
|
@ -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
|
||||||
------- */
|
------- */
|
||||||
|
|
Loading…
Add table
Reference in a new issue