|
@@ -25,6 +25,7 @@ namespace Framework
|
|
|
__declspec( dllexport ) virtual ~Kamera2D();
|
|
|
__declspec( dllexport ) void lookAtWorldPos( int x, int y );
|
|
|
__declspec( dllexport ) void lookAtWorldArea( int width, int height );
|
|
|
+ __declspec( dllexport ) void setDrehung( float rotation );
|
|
|
__declspec( dllexport ) void setZoom( float zoom );
|
|
|
__declspec( dllexport ) void setWelt( Welt2D *welt, bool tick );
|
|
|
__declspec( dllexport ) bool tick( double time );
|