Add missing index_tuple.hpp header.
[luabind.git] / luabind / get_main_thread.hpp
blobf94d6e4bc89aa138cd869d1b8171125712c98824
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)
5 #ifndef LUABIND_GET_MAIN_THREAD_090321_HPP
6 # define LUABIND_GET_MAIN_THREAD_090321_HPP
8 # include <luabind/config.hpp>
10 namespace luabind {
12 LUABIND_API lua_State* get_main_thread(lua_State* L);
14 } // namespace luabind
16 #endif // LUABIND_GET_MAIN_THREAD_090321_HPP