Clean headers a bit.

This commit is contained in:
hispidence 2021-07-03 23:08:46 +01:00
parent 3adf79879a
commit 73bf4d24a1
2 changed files with 5 additions and 5 deletions

View file

@ -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*);
};