Panda3D

pandaegg.cxx

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_egg2pg.h"
00010 
00011 // By including checkPandaVersion.h, we guarantee that runtime
00012 // attempts to load libpandaegg.so/.dll will fail if they
00013 // inadvertently link with the wrong version of libdtool.so/.dll.
00014 
00015 #include "checkPandaVersion.h"
00016 
00017 ////////////////////////////////////////////////////////////////////
00018 //     Function: init_libpandaegg
00019 //  Description: Initializes the library.  This must be called at
00020 //               least once before any of the functions or classes in
00021 //               this library can be used.  Normally it will be
00022 //               called by the static initializers and need not be
00023 //               called explicitly, but special cases exist.
00024 ////////////////////////////////////////////////////////////////////
00025 void
00026 init_libpandaegg() {
00027   init_libegg();
00028   init_libegg2pg();
00029 }
 All Classes Functions Variables Enumerations