mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
move function def
This commit is contained in:
parent
aff151835d
commit
838fee3e29
@ -49,10 +49,11 @@ PUBLISHED:
|
|||||||
INLINE int get_num_nested_fields() const;
|
INLINE int get_num_nested_fields() const;
|
||||||
INLINE bool more_nested_fields() const;
|
INLINE bool more_nested_fields() const;
|
||||||
|
|
||||||
|
INLINE DCPackType get_pack_type() const;
|
||||||
|
|
||||||
void push();
|
void push();
|
||||||
void pop();
|
void pop();
|
||||||
|
|
||||||
INLINE DCPackType get_pack_type() const;
|
|
||||||
INLINE void pack_double(double value);
|
INLINE void pack_double(double value);
|
||||||
INLINE void pack_int(int value);
|
INLINE void pack_int(int value);
|
||||||
INLINE void pack_int64(PN_int64 value);
|
INLINE void pack_int64(PN_int64 value);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user