Panda3D
|
00001 // Filename: config_cftalk.h 00002 // Created by: drose (26Mar09) 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 CONFIG_CFTALK_H 00016 #define CONFIG_CFTALK_H 00017 00018 #include "pandabase.h" 00019 #include "windowProperties.h" 00020 #include "notifyCategoryProxy.h" 00021 #include "configVariableBool.h" 00022 #include "configVariableString.h" 00023 #include "configVariableList.h" 00024 #include "configVariableInt.h" 00025 #include "configVariableEnum.h" 00026 #include "configVariableFilename.h" 00027 #include "coordinateSystem.h" 00028 #include "dconfig.h" 00029 00030 #include "pvector.h" 00031 00032 ConfigureDecl(config_cftalk, EXPCL_CFTALK, EXPTP_CFTALK); 00033 NotifyCategoryDecl(cftalk, EXPCL_CFTALK, EXPTP_CFTALK); 00034 00035 extern EXPCL_CFTALK void init_libcftalk(); 00036 00037 #endif /* CONFIG_CFTALK_H */