pandaphysics.h 260 B

12345678910111213
  1. // Filename: pandaphysics.h
  2. // Created by: drose (2Jan01)
  3. //
  4. ////////////////////////////////////////////////////////////////////
  5. #ifndef PANDAPHYSICS_H
  6. #define PANDAPHYSICS_H
  7. #include "pandabase.h"
  8. EXPCL_PANDAPHYSICS void init_libpandaphysics();
  9. #endif