mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
expose StreamWriter
This commit is contained in:
parent
3b6a6185e4
commit
035c3a29a1
@ -37,6 +37,7 @@
|
|||||||
class EXPCL_PANDAEXPRESS StreamWriter {
|
class EXPCL_PANDAEXPRESS StreamWriter {
|
||||||
public:
|
public:
|
||||||
INLINE StreamWriter(ostream &out);
|
INLINE StreamWriter(ostream &out);
|
||||||
|
PUBLISHED:
|
||||||
INLINE StreamWriter(ostream *out);
|
INLINE StreamWriter(ostream *out);
|
||||||
INLINE StreamWriter(const StreamWriter ©);
|
INLINE StreamWriter(const StreamWriter ©);
|
||||||
INLINE void operator = (const StreamWriter ©);
|
INLINE void operator = (const StreamWriter ©);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user