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