mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-10 20:46:47 +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 z;
|
||||
|
||||
public:
|
||||
GameScriptPosition(int x, int y, int z);
|
||||
GameScriptPosition(PHD_3DPOS const& pos);
|
||||
static void Register(sol::state*);
|
||||
void StoreInPHDPos(PHD_3DPOS& pos) const;
|
||||
|
||||
static void Register(sol::state*);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue