forked from metin-server/m2dev-client-src
small fixes regarding throwing pts around to python and back
This commit is contained in:
@@ -184,7 +184,7 @@ class CPythonApplication : public CMSApplication, public CInputKeyboard, public
|
||||
int GetWidth();
|
||||
int GetHeight();
|
||||
|
||||
void SetGlobalCenterPosition(LONG x, LONG y);
|
||||
void SetGlobalCenterPosition(int32_t x, int32_t y);
|
||||
void SetCenterPosition(float fx, float fy, float fz);
|
||||
void GetCenterPosition(TPixelPosition * pPixelPosition);
|
||||
void SetCamera(float Distance, float Pitch, float Rotation, float fDestinationHeight);
|
||||
|
||||
Reference in New Issue
Block a user