fixing pre compiled header usage, improved compilation time

This commit is contained in:
2024-03-25 19:21:14 +01:00
parent c26c6f952b
commit f7946eea68
94 changed files with 185 additions and 194 deletions

View File

@@ -6,7 +6,7 @@
/* By: kbz_8 <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/10/20 22:02:37 by kbz_8 #+# #+# */
/* Updated: 2024/03/25 18:10:10 by maldavid ### ########.fr */
/* Updated: 2024/03/25 19:01:57 by maldavid ### ########.fr */
/* */
/* ************************************************************************** */
@@ -37,6 +37,8 @@
#include <vma.h>
#endif
#include <pre_compiled.h>
#include <core/errors.h>
#include <core/profiler.h>
#include <renderer/core/render_core.h>