mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
remove incorrect inline keywords
This commit is contained in:
parent
783f891f19
commit
b21d478e0b
@ -61,14 +61,14 @@ PUBLISHED:
|
|||||||
PlaneNode *plane1, PlaneNode *plane2,
|
PlaneNode *plane1, PlaneNode *plane2,
|
||||||
PlaneNode *plane3, PlaneNode *plane4);
|
PlaneNode *plane3, PlaneNode *plane4);
|
||||||
|
|
||||||
INLINE Operation get_operation() const;
|
Operation get_operation() const;
|
||||||
|
|
||||||
INLINE int get_num_planes() const;
|
int get_num_planes() const;
|
||||||
INLINE PlaneNode *get_plane(int n) const;
|
PlaneNode *get_plane(int n) const;
|
||||||
bool has_plane(PlaneNode *plane) const;
|
bool has_plane(PlaneNode *plane) const;
|
||||||
|
|
||||||
INLINE CPT(RenderAttrib) add_plane(PlaneNode *plane) const;
|
CPT(RenderAttrib) add_plane(PlaneNode *plane) const;
|
||||||
INLINE CPT(RenderAttrib) remove_plane(PlaneNode *plane) const;
|
CPT(RenderAttrib) remove_plane(PlaneNode *plane) const;
|
||||||
|
|
||||||
|
|
||||||
// The following is the new, more general interface to the
|
// The following is the new, more general interface to the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user