Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/scripting/StarPlayerLuaBindings.hpp
blob: 62faeef0838921409dad51d630d2862cff9e7e71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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