mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
oops, wrong EXPCL
This commit is contained in:
parent
6694c9e0f2
commit
4ed9f1c353
@ -30,7 +30,7 @@
|
|||||||
// consists of an arbitrary header followed by a number
|
// consists of an arbitrary header followed by a number
|
||||||
// of datagrams.
|
// of datagrams.
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
class EXPCL_PANDAEXPRESS DatagramInputFile : public DatagramGenerator {
|
class EXPCL_PANDA DatagramInputFile : public DatagramGenerator {
|
||||||
public:
|
public:
|
||||||
INLINE DatagramInputFile();
|
INLINE DatagramInputFile();
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
// consists of an arbitrary header followed by a number
|
// consists of an arbitrary header followed by a number
|
||||||
// of datagrams.
|
// of datagrams.
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
class EXPCL_PANDAEXPRESS DatagramOutputFile : public DatagramSink {
|
class EXPCL_PANDA DatagramOutputFile : public DatagramSink {
|
||||||
public:
|
public:
|
||||||
INLINE DatagramOutputFile();
|
INLINE DatagramOutputFile();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user