Release 0.11

master
Kasi 2018-03-11 20:42:34 +00:00
parent bf7a08d226
commit 0c1d20cb98
2 changed files with 7 additions and 5 deletions

View File

@ -41,11 +41,13 @@ class Mainscreen
static bool IsInteracting(const Character& A, const Character& B); // True if A is interacting with B
static std::int32_t GetCameraX();
static std::int32_t GetCameraY();
static std::int32_t GetCameraZ();
static std::int32_t GetCameraPitch();
static std::int32_t GetCameraYaw();
static std::int32_t CameraX();
static std::int32_t CameraY();
static std::int32_t CameraZ();
static std::int32_t CameraPitch();
static std::int32_t CameraYaw();
static bool SetCameraPitch(std::int32_t Pitch);
};
/** @} */

Binary file not shown.