mirror of https://github.com/axmolengine/axmol.git
11 lines
176 B
C++
11 lines
176 B
C++
|
#include "Point.h"
|
||
|
|
||
|
DRAGONBONES_NAMESPACE_BEGIN
|
||
|
|
||
|
Point Point::helpPointA;
|
||
|
Point Point::helpPointB;
|
||
|
Point Point::helpPointC;
|
||
|
Point Point::helpPointD;
|
||
|
|
||
|
DRAGONBONES_NAMESPACE_END
|