1 // Copyright Daniel Wallin 2009. Use, modification and distribution is
2 // subject to the Boost Software License, Version 1.0. (See accompanying
3 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4 
5 #ifndef LUABIND_GET_MAIN_THREAD_090321_HPP
6 # define LUABIND_GET_MAIN_THREAD_090321_HPP
7 
8 # include <luabind/config.hpp>
9 
10 # include <luabind/lua_state_fwd.hpp>
11 
12 namespace luabind {
13 
14 LUABIND_API lua_State* get_main_thread(lua_State* L);
15 
16 } // namespace luabind
17 
18 #endif // LUABIND_GET_MAIN_THREAD_090321_HPP
19