dungeon/libs/kaguya-1.3.2/include/kaguya/kaguya.hpp
Adrian Hedqvist ec131d8bda Too much stuff
* Implemented lua using kaguya, only for config files for now
* Moved color struct to its own header
* statically link glew instead of including the source in the project
* Other stuff that I don't remember
2017-10-18 12:25:25 +02:00

15 lines
424 B
C++

// Copyright satoren
// Distributed under 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)
#pragma once
#include "kaguya/config.hpp"
#include "kaguya/lua_ref.hpp"
#include "kaguya/native_function.hpp"
#include "kaguya/state.hpp"
#include "kaguya/lua_ref_table.hpp"
#include "kaguya/lua_ref_function.hpp"
#include "kaguya/ref_tuple.hpp"