pandaeggnopg.cxx 428 B

1234567891011121314151617181920
  1. /**
  2. * @file pandaeggnopg.cxx
  3. * @author drose
  4. * @date 2000-05-16
  5. */
  6. #include "pandaegg.h"
  7. #include "config_egg.h"
  8. /**
  9. * Initializes the library. This must be called at least once before any of
  10. * the functions or classes in this library can be used. Normally it will be
  11. * called by the static initializers and need not be called explicitly, but
  12. * special cases exist.
  13. */
  14. void
  15. init_libpandaegg() {
  16. init_libegg();
  17. }