mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
whoops, EXPCL_PANDAEXPRESS
This commit is contained in:
parent
484f442fad
commit
788db400fb
@ -132,8 +132,10 @@ private:
|
|||||||
static ClockObject *_global_clock;
|
static ClockObject *_global_clock;
|
||||||
};
|
};
|
||||||
|
|
||||||
ostream &operator << (ostream &out, ClockObject::Mode mode);
|
EXPCL_PANDAEXPRESS ostream &
|
||||||
istream &operator >> (istream &in, ClockObject::Mode &mode);
|
operator << (ostream &out, ClockObject::Mode mode);
|
||||||
|
EXPCL_PANDAEXPRESS istream &
|
||||||
|
operator >> (istream &in, ClockObject::Mode &mode);
|
||||||
|
|
||||||
#include "clockObject.I"
|
#include "clockObject.I"
|
||||||
|
|
||||||
|
@ -127,8 +127,10 @@ private:
|
|||||||
static TypeHandle _type_handle;
|
static TypeHandle _type_handle;
|
||||||
};
|
};
|
||||||
|
|
||||||
ostream &operator << (ostream &out, TextEncoder::Encoding encoding);
|
EXPCL_PANDAEXPRESS ostream &
|
||||||
istream &operator >> (istream &in, TextEncoder::Encoding &encoding);
|
operator << (ostream &out, TextEncoder::Encoding encoding);
|
||||||
|
EXPCL_PANDAEXPRESS istream &
|
||||||
|
operator >> (istream &in, TextEncoder::Encoding &encoding);
|
||||||
|
|
||||||
#include "textEncoder.I"
|
#include "textEncoder.I"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user