Panda3D
 All Classes Functions Variables Enumerations
aiGlobals.h
1 ////////////////////////////////////////////////////////////////////////
2 // Filename : aiGlobals.h
3 // Created by : Deepak, John, Navin
4 // Date: 8 Sep 09
5 //
6 ////////////////////////////////////////////////////////////////////
7 //
8 // PANDA 3D SOFTWARE
9 // Copyright (c) Carnegie Mellon University. All rights reserved.
10 //
11 // All use of this software is subject to the terms of the revised BSD
12 // license. You should have received a copy of this license along
13 // with this source code in a file named "LICENSE."
14 //
15 ////////////////////////////////////////////////////////////////////
16 
17 #pragma warning (disable:4996)
18 #pragma warning (disable:4005)
19 #pragma warning(disable:4275)
20 
21 #ifndef _AI_GLOBALS_H
22 #define _AI_GLOBALS_H
23 
24 #include "config_ai.h"
25 #include "pandaFramework.h"
26 #include "textNode.h"
27 #include "pandaSystem.h"
28 
29 #include "lvecBase3.h"
30 #include "nodePath.h"
31 
32 #include "genericAsyncTask.h"
33 #include "asyncTaskManager.h"
34 
35 #endif