Panda3D
|
00001 //////////////////////////////////////////////////////////////////////// 00002 // Filename : aiGlobals.h 00003 // Created by : Deepak, John, Navin 00004 // Date: 8 Sep 09 00005 // 00006 //////////////////////////////////////////////////////////////////// 00007 // 00008 // PANDA 3D SOFTWARE 00009 // Copyright (c) Carnegie Mellon University. All rights reserved. 00010 // 00011 // All use of this software is subject to the terms of the revised BSD 00012 // license. You should have received a copy of this license along 00013 // with this source code in a file named "LICENSE." 00014 // 00015 //////////////////////////////////////////////////////////////////// 00016 00017 #pragma warning (disable:4996) 00018 #pragma warning (disable:4005) 00019 #pragma warning(disable:4275) 00020 00021 #ifndef _AI_GLOBALS_H 00022 #define _AI_GLOBALS_H 00023 00024 #include "config_ai.h" 00025 #include "pandaFramework.h" 00026 #include "textNode.h" 00027 #include "pandaSystem.h" 00028 00029 #include "lvecBase3.h" 00030 #include "nodePath.h" 00031 00032 #include "genericAsyncTask.h" 00033 #include "asyncTaskManager.h" 00034 00035 #endif