Panda3D
|
00001 // Filename: config_ptloader.h 00002 // Created by: drose (26Apr01) 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_PTLOADER_H 00016 #define CONFIG_PTLOADER_H 00017 00018 #include "pandatoolbase.h" 00019 00020 #include "dconfig.h" 00021 #include "distanceUnit.h" 00022 #include "configVariableEnum.h" 00023 00024 ConfigureDecl(config_ptloader, EXPCL_PTLOADER, EXPTP_PTLOADER); 00025 NotifyCategoryDecl(ptloader, EXPCL_PTLOADER, EXPTP_PTLOADER); 00026 00027 extern ConfigVariableEnum<DistanceUnit> ptloader_units; 00028 00029 extern EXPCL_PTLOADER void init_libptloader(); 00030 00031 #endif