tad more cleanup

This commit is contained in:
Greg Wells
2025-06-06 20:06:43 -04:00
parent 9feef7c9fa
commit db55ccc0f0
3 changed files with 5 additions and 10 deletions

View File

@@ -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;