25 lines
847 B
C
25 lines
847 B
C
/*
|
|
* This software is licensed under the terms of the MIT License.
|
|
* See COPYING for further information.
|
|
* ---
|
|
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
|
|
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
|
|
*/
|
|
|
|
#ifndef IGUARD_pch_taisei_pch_h
|
|
#define IGUARD_pch_taisei_pch_h
|
|
|
|
#include "taisei.h"
|
|
|
|
#include "coroutine/taskdsl.h" // IWYU pragma: keep
|
|
#include "dynarray.h" // IWYU pragma: keep
|
|
#include "global.h" // IWYU pragma: keep
|
|
#include "log.h" // IWYU pragma: keep
|
|
#include "renderer/api.h" // IWYU pragma: keep
|
|
#include "resource/resource.h" // IWYU pragma: keep
|
|
#include "stageobjects.h" // IWYU pragma: keep
|
|
#include "stages/common_imports.h" // IWYU pragma: keep
|
|
#include "util.h" // IWYU pragma: keep
|
|
#include "util/miscmath.h" // IWYU pragma: keep
|
|
|
|
#endif // IGUARD_pch_taisei_pch_h
|