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