pandaphysics.h 197 B

1234567891011121314
  1. /**
  2. * @file pandaphysics.h
  3. * @author drose
  4. * @date 2001-01-02
  5. */
  6. #ifndef PANDAPHYSICS_H
  7. #define PANDAPHYSICS_H
  8. #include "pandabase.h"
  9. EXPCL_PANDAPHYSICS void init_libpandaphysics();
  10. #endif