pandafx.cxx 429 B

1234567891011121314151617181920
  1. /**
  2. * @file pandafx.cxx
  3. * @author drose
  4. * @date 2001-12-11
  5. */
  6. #include "pandafx.h"
  7. #include "config_distort.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_libpandafx() {
  16. init_libdistort();
  17. }