taisei/src/util.h
2019-08-03 20:44:22 +03:00

33 lines
803 B
C

/*
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
*/
#ifndef IGUARD_util_h
#define IGUARD_util_h
#include "taisei.h"
#include "util/assert.h"
#include "util/crap.h"
#include "util/debug.h"
#include "util/env.h"
#include "util/geometry.h"
// #include "util/glm.h"
// #include "util/graphics.h"
#include "util/io.h"
#include "util/kvparser.h"
#include "util/miscmath.h"
// #include "util/pngcruft.h"
#include "util/sse42.h"
#include "util/stringops.h"
// FIXME: might not be the best place for these
#include "log.h"
#include "vfs/public.h"
#include "util/consideredharmful.h"
#endif // IGUARD_util_h