taisei/src/util.h

31 lines
772 B
C
Raw Normal View History

2017-09-12 03:28:15 +02:00
/*
* This software is licensed under the terms of the MIT License.
2017-09-12 03:28:15 +02:00
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
2019-07-03 20:00:56 +02:00
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
2017-09-12 03:28:15 +02:00
*/
#pragma once
#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/stringops.h"
2023-04-07 05:27:56 +02:00
#include "util/callchain.h"
// FIXME: might not be the best place for these
#include "log.h"
#include "vfs/public.h"
#include "util/consideredharmful.h"
#include "dynarray.h"