Go to the documentation of this file.00001 #ifndef __NYTRO_AiObstacle_H
00002 #define __NYTRO_AiObstacle_H
00003
00004
00005
00006
00007
00008
00009
00010
00011 #include "system/nyCommon.h"
00012 #include "scene/nySceneNode.h"
00013
00014 namespace Nytro
00015 {
00016 namespace Ai
00017 {
00019 class NYTRO_API AiObstacle : public SceneNode
00020 {
00021 public:
00022
00023 AiObstacle();
00024 virtual ~AiObstacle();
00025
00026 protected:
00027
00028 private:
00029 };
00030 };
00031 };
00032
00033 #endif