mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
export from panda.dll
This commit is contained in:
parent
c0dfb4f415
commit
cc765eb91a
@ -30,7 +30,7 @@
|
|||||||
// rectangular polygons, particularly useful for showing
|
// rectangular polygons, particularly useful for showing
|
||||||
// textures etc. in the 2-d scene graph.
|
// textures etc. in the 2-d scene graph.
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
class CardMaker {
|
class EXPCL_PANDA CardMaker {
|
||||||
PUBLISHED:
|
PUBLISHED:
|
||||||
INLINE CardMaker();
|
INLINE CardMaker();
|
||||||
INLINE ~CardMaker();
|
INLINE ~CardMaker();
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
// smartest it could possibly be; it's intended
|
// smartest it could possibly be; it's intended
|
||||||
// primarily as a visualization and editing tool.
|
// primarily as a visualization and editing tool.
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
class LineSegs {
|
class EXPCL_PANDA LineSegs {
|
||||||
PUBLISHED:
|
PUBLISHED:
|
||||||
LineSegs();
|
LineSegs();
|
||||||
~LineSegs();
|
~LineSegs();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user