export from panda.dll

This commit is contained in:
David Rose 2001-07-24 19:29:29 +00:00
parent c0dfb4f415
commit cc765eb91a
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
// rectangular polygons, particularly useful for showing
// textures etc. in the 2-d scene graph.
////////////////////////////////////////////////////////////////////
class CardMaker {
class EXPCL_PANDA CardMaker {
PUBLISHED:
INLINE CardMaker();
INLINE ~CardMaker();

View File

@ -38,7 +38,7 @@
// smartest it could possibly be; it's intended
// primarily as a visualization and editing tool.
////////////////////////////////////////////////////////////////////
class LineSegs {
class EXPCL_PANDA LineSegs {
PUBLISHED:
LineSegs();
~LineSegs();