Panda3D
config_ode.h
1 // Filename: config_ode.h
2 // Created by: joswilso (27Dec06)
3 //
4 ////////////////////////////////////////////////////////////////////
5 //
6 // PANDA 3D SOFTWARE
7 // Copyright (c) Carnegie Mellon University. All rights reserved.
8 //
9 // All use of this software is subject to the terms of the revised BSD
10 // license. You should have received a copy of this license along
11 // with this source code in a file named "LICENSE."
12 //
13 ////////////////////////////////////////////////////////////////////
14 
15 #ifndef CONFIG_ODE_H
16 #define CONFIG_ODE_H
17 
18 #include "pandabase.h"
19 #include "notifyCategoryProxy.h"
20 
21 #include "dconfig.h"
22 
23 NotifyCategoryDecl(ode, EXPCL_PANDAODE, EXPTP_PANDAODE);
24 NotifyCategoryDecl(odeworld, EXPCL_PANDAODE, EXPTP_PANDAODE);
25 NotifyCategoryDecl(odebody, EXPCL_PANDAODE, EXPTP_PANDAODE);
26 NotifyCategoryDecl(odejoint, EXPCL_PANDAODE, EXPTP_PANDAODE);
27 NotifyCategoryDecl(odespace, EXPCL_PANDAODE, EXPTP_PANDAODE);
28 NotifyCategoryDecl(odegeom, EXPCL_PANDAODE, EXPTP_PANDAODE);
29 NotifyCategoryDecl(odetrimeshdata, EXPCL_PANDAODE, EXPTP_PANDAODE);
30 
31 extern EXPCL_PANDAODE void init_libode();
32 
33 #endif /* CONFIG_ODE_H */