00001 // Filename: pandaegg.cxx 00002 // Created by: drose (16May00) 00003 // 00004 //////////////////////////////////////////////////////////////////// 00005 00006 #include "pandaegg.h" 00007 00008 #include "config_egg.h" 00009 #include "config_builder.h" 00010 #include "config_egg2pg.h" 00011 00012 //////////////////////////////////////////////////////////////////// 00013 // Function: init_libpandaegg 00014 // Description: Initializes the library. This must be called at 00015 // least once before any of the functions or classes in 00016 // this library can be used. Normally it will be 00017 // called by the static initializers and need not be 00018 // called explicitly, but special cases exist. 00019 //////////////////////////////////////////////////////////////////// 00020 void 00021 init_libpandaegg() { 00022 init_libegg(); 00023 init_libbuilder(); 00024 init_libegg2pg(); 00025 }