diff --git a/gryphn_utils.h b/gryphn_utils.h index 02133a0..af19cd0 100644 --- a/gryphn_utils.h +++ b/gryphn_utils.h @@ -5,14 +5,13 @@ #include "src/gryphn_bool.h" #include "src/gryphn_error_code.h" -#include "src/version/gryphn_version.h" +#include "src/gryphn_version.h" #include "src/math/gryphn_vec2.h" #include "src/math/gryphn_vec3.h" #include "src/math/gryphn_vec4.h" -#include "src/types/gryphn_color.h" -#include "src/types/gryphn_color_format.h" -#include "src/types/gryphn_image_format.h" -#include "src/gryphn_access_level.h" +#include "src/gryphn_color.h" +#include "src/gryphn_color_format.h" +#include "src/gryphn_image_format.h" typedef uint32_t gnUInt; typedef char gnByte; diff --git a/src/gryphn_color.h b/src/gryphn_color.h index 50b21f6..29502a7 100644 --- a/src/gryphn_color.h +++ b/src/gryphn_color.h @@ -1,4 +1,4 @@ -#include "../math/gryphn_vec4.h" +#pragma once typedef struct gnColor { union { diff --git a/src/math/gryphn_vec4.h b/src/math/gryphn_vec4.h index 80edac9..34eb4e6 100644 --- a/src/math/gryphn_vec4.h +++ b/src/math/gryphn_vec4.h @@ -1,7 +1,3 @@ -// typedef gnType4 gnUInt4; -// typedef gnType4 gnInt4; - - #pragma once #include "stdint.h"