|
@@ -36,6 +36,7 @@ namespace Framework
|
|
|
__declspec( dllexport ) Vertex getWorldPosition();
|
|
|
__declspec( dllexport ) float getRotation();
|
|
|
__declspec( dllexport ) float getZoom();
|
|
|
+ __declspec( dllexport ) Mat3< float > getMatrix();
|
|
|
__declspec( dllexport ) Kamera2D *getThis();
|
|
|
__declspec( dllexport ) Kamera2D *release();
|
|
|
};
|