mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-12 05:26:57 +03:00
Clean headers a bit.
This commit is contained in:
parent
3adf79879a
commit
73bf4d24a1
2 changed files with 5 additions and 5 deletions
|
@ -13,9 +13,9 @@ public:
|
||||||
int y;
|
int y;
|
||||||
int z;
|
int z;
|
||||||
|
|
||||||
public:
|
|
||||||
GameScriptPosition(int x, int y, int z);
|
GameScriptPosition(int x, int y, int z);
|
||||||
GameScriptPosition(PHD_3DPOS const& pos);
|
GameScriptPosition(PHD_3DPOS const& pos);
|
||||||
static void Register(sol::state*);
|
|
||||||
void StoreInPHDPos(PHD_3DPOS& pos) const;
|
void StoreInPHDPos(PHD_3DPOS& pos) const;
|
||||||
|
|
||||||
|
static void Register(sol::state*);
|
||||||
};
|
};
|
||||||
|
|
|
@ -13,9 +13,9 @@ public:
|
||||||
int y;
|
int y;
|
||||||
int z;
|
int z;
|
||||||
|
|
||||||
public:
|
|
||||||
GameScriptRotation(int x, int y, int z);
|
GameScriptRotation(int x, int y, int z);
|
||||||
static void Register(sol::state*);
|
|
||||||
void StoreInPHDPos(PHD_3DPOS& pos) const;
|
|
||||||
GameScriptRotation(PHD_3DPOS const& pos);
|
GameScriptRotation(PHD_3DPOS const& pos);
|
||||||
|
void StoreInPHDPos(PHD_3DPOS& pos) const;
|
||||||
|
|
||||||
|
static void Register(sol::state*);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue