moving profile to API scope

This commit is contained in:
Kbz-8
2023-12-11 20:28:58 +01:00
parent 2e5346a0ff
commit 401e6d13f3
40 changed files with 87 additions and 72 deletions

View File

@@ -6,7 +6,7 @@
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/10/04 22:10:52 by maldavid #+# #+# */
/* Updated: 2023/12/11 15:12:39 by kbz_8 ### ########.fr */
/* Updated: 2023/12/11 19:46:13 by kbz_8 ### ########.fr */
/* */
/* ************************************************************************** */
@@ -15,7 +15,7 @@
#include <renderer/core/render_core.h>
#include <array>
#include <core/errors.h>
#include <core/profile.h>
#include <mlx_profile.h>
#include <core/memory.h>
namespace mlx::core