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