get_main_thread.hpp 483 B

12345678910111213141516
  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. #ifndef LUABIND_GET_MAIN_THREAD_090321_HPP
  5. # define LUABIND_GET_MAIN_THREAD_090321_HPP
  6. # include <luabind/config.hpp>
  7. namespace luabind {
  8. LUABIND_API lua_State* get_main_thread(lua_State* L);
  9. } // namespace luabind
  10. #endif // LUABIND_GET_MAIN_THREAD_090321_HPP