mirror of https://github.com/axmolengine/axmol.git
add CC_DLL
This commit is contained in:
parent
5cabc592e0
commit
addce6c565
|
@ -40,7 +40,7 @@ class Texture2D;
|
|||
/** @class MotionStreak3D.
|
||||
* @brief Creates a trailing path. It is created from a line segment sweeping along the path.
|
||||
*/
|
||||
class MotionStreak3D : public Node, public TextureProtocol
|
||||
class CC_DLL MotionStreak3D : public Node, public TextureProtocol
|
||||
{
|
||||
public:
|
||||
/** Creates and initializes a motion streak with fade in seconds, minimum segments, stroke's width, color, texture filename.
|
||||
|
|
Loading…
Reference in New Issue