pandabullet.cxx 438 B

12345678910111213141516171819
  1. /**
  2. * @file pandabullet.cxx
  3. * @author enn0x
  4. * @date 2011-05-10
  5. */
  6. #include "pandabullet.h"
  7. #include "config_bullet.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_libpandabullet() {
  16. init_libbullet();
  17. }