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