mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
fix incorrect inline tags
This commit is contained in:
parent
76651e52e2
commit
31b32af94b
@ -69,8 +69,8 @@ PUBLISHED:
|
|||||||
INLINE void enable();
|
INLINE void enable();
|
||||||
INLINE void disable();
|
INLINE void disable();
|
||||||
INLINE int is_enabled();
|
INLINE int is_enabled();
|
||||||
INLINE void set_auto_collide_world(OdeWorld&);
|
void set_auto_collide_world(OdeWorld&);
|
||||||
INLINE void set_auto_collide_joint_group(OdeJointGroup&);
|
void set_auto_collide_joint_group(OdeJointGroup&);
|
||||||
|
|
||||||
void add(OdeGeom& geom);
|
void add(OdeGeom& geom);
|
||||||
void add(OdeSpace& space);
|
void add(OdeSpace& space);
|
||||||
|
@ -80,9 +80,9 @@ PUBLISHED:
|
|||||||
INLINE void step_fast1(dReal stepsize, int maxiterations);
|
INLINE void step_fast1(dReal stepsize, int maxiterations);
|
||||||
|
|
||||||
INLINE int compare_to(const OdeWorld &other) const;
|
INLINE int compare_to(const OdeWorld &other) const;
|
||||||
INLINE void init_surface_table(PN_uint8 num_surfaces);
|
void init_surface_table(PN_uint8 num_surfaces);
|
||||||
INLINE void assign_surface_body(OdeBody& body, int surface);
|
void assign_surface_body(OdeBody& body, int surface);
|
||||||
INLINE void set_surface_entry(PN_uint8 pos1, PN_uint8 pos2,
|
void set_surface_entry(PN_uint8 pos1, PN_uint8 pos2,
|
||||||
dReal mu,
|
dReal mu,
|
||||||
dReal bounce,
|
dReal bounce,
|
||||||
dReal bounce_vel,
|
dReal bounce_vel,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user