00001 // Filename: pandafx.cxx 00002 // Created by: drose (11Dec01) 00003 // 00004 //////////////////////////////////////////////////////////////////// 00005 00006 #include "pandafx.h" 00007 00008 #include <config_distort.h> 00009 00010 //////////////////////////////////////////////////////////////////// 00011 // Function: init_libpandafx 00012 // Description: Initializes the library. This must be called at 00013 // least once before any of the functions or classes in 00014 // this library can be used. Normally it will be 00015 // called by the static initializers and need not be 00016 // called explicitly, but special cases exist. 00017 //////////////////////////////////////////////////////////////////// 00018 void 00019 init_libpandafx() { 00020 init_libdistort(); 00021 }