// Copyright (C) 2012 Jérôme Leclercq // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once #ifndef NAZARA_TUPLE_HPP #define NAZARA_TUPLE_HPP #include template void NzUnpackTuple(F func, const std::tuple& t); #include #endif // NAZARA_TUPLE_HPP