30 lines
772 B
C
30 lines
772 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>.
|
|
*/
|
|
|
|
#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"
|
|
#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"
|