Explorar el Código

export from panda.dll

David Rose hace 24 años
padre
commit
cc765eb91a
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      panda/src/grutil/cardMaker.h
  2. 1 1
      panda/src/grutil/lineSegs.h

+ 1 - 1
panda/src/grutil/cardMaker.h

@@ -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();

+ 1 - 1
panda/src/grutil/lineSegs.h

@@ -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();