Panda3D
 All Classes Functions Variables Enumerations
config_cull.h
1 // Filename: config_cull.h
2 // Created by: drose (23Mar06)
3 //
4 ////////////////////////////////////////////////////////////////////
5 //
6 // PANDA 3D SOFTWARE
7 // Copyright (c) Carnegie Mellon University. All rights reserved.
8 //
9 // All use of this software is subject to the terms of the revised BSD
10 // license. You should have received a copy of this license along
11 // with this source code in a file named "LICENSE."
12 //
13 ////////////////////////////////////////////////////////////////////
14 
15 #ifndef CONFIG_CULL_H
16 #define CONFIG_CULL_H
17 
18 #include "pandabase.h"
19 #include "notifyCategoryProxy.h"
20 #include "dconfig.h"
21 #include "configVariableInt.h"
22 #include "configVariableDouble.h"
23 #include "configVariableBool.h"
24 
25 class DSearchPath;
26 
27 ConfigureDecl(config_cull, EXPCL_PANDA_CULL, EXPTP_PANDA_CULL);
28 NotifyCategoryDecl(cull, EXPCL_PANDA_CULL, EXPTP_PANDA_CULL);
29 
30 extern EXPCL_PANDA_CULL void init_libcull();
31 
32 #endif
This class stores a list of directories that can be searched, in order, to locate a particular file...
Definition: dSearchPath.h:32