Panda3D
|
00001 // Filename: export_dtool.h 00002 // Created by: drose (15Oct08) 00003 // 00004 //////////////////////////////////////////////////////////////////// 00005 // 00006 // PANDA 3D SOFTWARE 00007 // Copyright (c) Carnegie Mellon University. All rights reserved. 00008 // 00009 // All use of this software is subject to the terms of the revised BSD 00010 // license. You should have received a copy of this license along 00011 // with this source code in a file named "LICENSE." 00012 // 00013 //////////////////////////////////////////////////////////////////// 00014 00015 #ifndef EXPORT_DTOOL_H 00016 #define EXPORT_DTOOL_H 00017 00018 // This header file exists to import the symbols necessary to publish 00019 // all of the classes defined in the dtool source tree. (These must 00020 // be published here, instead of within dtool itself, since 00021 // interrogate is not run on dtool.) 00022 00023 #include "pandabase.h" 00024 00025 #include "pandaSystem.h" 00026 #include "globPattern.h" 00027 #include "pandaFileStream.h" 00028 #include "encryptStream.h" 00029 #include "configFlags.h" 00030 #include "configPage.h" 00031 #include "configPageManager.h" 00032 #include "configVariable.h" 00033 #include "configVariableBase.h" 00034 #include "configVariableBool.h" 00035 #include "configVariableDouble.h" 00036 #include "configVariableFilename.h" 00037 #include "configVariableInt.h" 00038 #include "configVariableInt64.h" 00039 #include "configVariableList.h" 00040 #include "configVariableManager.h" 00041 #include "configVariableSearchPath.h" 00042 #include "configVariableString.h" 00043 00044 #endif