mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-09 03:58:19 +03:00
Move scripting source files into new filder. Obviously, these won't work yet or even compile.
This commit is contained in:
parent
a9d8b78c96
commit
69de6e4502
24 changed files with 3 additions and 3 deletions
|
@ -18,4 +18,4 @@ void GameScriptAnimations::Register(sol::state* lua)
|
|||
"oscillateHang", &GameScriptAnimations::OscillateHang,
|
||||
"pose", &GameScriptAnimations::Pose
|
||||
);
|
||||
}
|
||||
}
|
|
@ -18,4 +18,4 @@ struct GameScriptAnimations
|
|||
bool Pose; // Crossed arms AFK posing
|
||||
|
||||
static void Register(sol::state* lua);
|
||||
};
|
||||
};
|
|
@ -20,4 +20,4 @@ struct GameScriptFog
|
|||
void SetColor(GameScriptColor const& col);
|
||||
|
||||
static void Register(sol::state*);
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue