v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
15
source/game/scripting/StarPlayerLuaBindings.hpp
Normal file
15
source/game/scripting/StarPlayerLuaBindings.hpp
Normal file
|
@ -0,0 +1,15 @@
|
|||
#ifndef STAR_PLAYER_LUA_BINDINGS_HPP
|
||||
#define STAR_PLAYER_LUA_BINDINGS_HPP
|
||||
|
||||
#include "StarLua.hpp"
|
||||
|
||||
namespace Star {
|
||||
|
||||
STAR_CLASS(Player);
|
||||
|
||||
namespace LuaBindings {
|
||||
LuaCallbacks makePlayerCallbacks(Player* player);
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue