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 namespace luabind {
11 
12 LUABIND_API lua_State* get_main_thread(lua_State* L);
13 
14 } // namespace luabind
15 
16 #endif // LUABIND_GET_MAIN_THREAD_090321_HPP
17