mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
chan: add missing export macro
This commit is contained in:
parent
0af1b9c988
commit
ba9ea8ea27
@ -248,8 +248,8 @@ inline std::ostream &operator <<(std::ostream &out, const PartBundle &bundle) {
|
||||
return out;
|
||||
}
|
||||
|
||||
std::ostream &operator <<(std::ostream &out, PartBundle::BlendType blend_type);
|
||||
std::istream &operator >>(std::istream &in, PartBundle::BlendType &blend_type);
|
||||
EXPCL_PANDA_CHAN std::ostream &operator <<(std::ostream &out, PartBundle::BlendType blend_type);
|
||||
EXPCL_PANDA_CHAN std::istream &operator >>(std::istream &in, PartBundle::BlendType &blend_type);
|
||||
|
||||
#include "partBundle.I"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user