mirror of
https://github.com/UberGames/EF2GameSource.git
synced 2024-11-10 06:31:42 +00:00
8 lines
133 B
C
8 lines
133 B
C
|
#ifndef __BEHAVIORS_H__
|
||
|
#define __BEHAVIORS_H__
|
||
|
|
||
|
#include "behavior.h"
|
||
|
//#include "rotateToEntity.hpp"
|
||
|
|
||
|
#endif /* __BEHAVIORS_H__ */
|