pandaode.cxx 423 B

12345678910111213141516171819
  1. /**
  2. * @file pandaode.cxx
  3. * @author drose
  4. * @date 2000-05-16
  5. */
  6. #include "pandaode.h"
  7. #include "config_ode.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_libpandaode() {
  16. init_libode();
  17. }