mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 02:50:26 +00:00
21 lines
525 B
C++
21 lines
525 B
C++
// Copyright Daniel Wallin 2008. Use, modification and distribution is
|
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
# ifndef LUABIND_DEDUCE_SIGNATURE_080911_HPP
|
|
# define LUABIND_DEDUCE_SIGNATURE_080911_HPP
|
|
|
|
#include <luabind/detail/meta.hpp>
|
|
#include <luabind/detail/type_traits.hpp>
|
|
|
|
namespace luabind {
|
|
namespace detail {
|
|
|
|
|
|
} // namespace detail
|
|
|
|
} // namespace luabind
|
|
|
|
# endif // LUABIND_DEDUCE_SIGNATURE_080911_HPP
|
|
|