mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-01 09:18:00 +03:00
Make getters of GameScriptPosition and GameScriptRotation const.
This commit is contained in:
parent
d225041048
commit
461f7cd1aa
4 changed files with 12 additions and 12 deletions
|
@ -10,10 +10,10 @@ public:
|
|||
|
||||
GameScriptPosition(int x, int y, int z);
|
||||
|
||||
int GetX();
|
||||
int GetX() const;
|
||||
void SetX(int x);
|
||||
int GetY();
|
||||
int GetY() const;
|
||||
void SetY(int y);
|
||||
int GetZ();
|
||||
int GetZ() const;
|
||||
void SetZ(int z);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue