tad more cleanup
This commit is contained in:
@@ -5,14 +5,13 @@
|
|||||||
|
|
||||||
#include "src/gryphn_bool.h"
|
#include "src/gryphn_bool.h"
|
||||||
#include "src/gryphn_error_code.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_vec2.h"
|
||||||
#include "src/math/gryphn_vec3.h"
|
#include "src/math/gryphn_vec3.h"
|
||||||
#include "src/math/gryphn_vec4.h"
|
#include "src/math/gryphn_vec4.h"
|
||||||
#include "src/types/gryphn_color.h"
|
#include "src/gryphn_color.h"
|
||||||
#include "src/types/gryphn_color_format.h"
|
#include "src/gryphn_color_format.h"
|
||||||
#include "src/types/gryphn_image_format.h"
|
#include "src/gryphn_image_format.h"
|
||||||
#include "src/gryphn_access_level.h"
|
|
||||||
|
|
||||||
typedef uint32_t gnUInt;
|
typedef uint32_t gnUInt;
|
||||||
typedef char gnByte;
|
typedef char gnByte;
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#include "../math/gryphn_vec4.h"
|
#pragma once
|
||||||
|
|
||||||
typedef struct gnColor {
|
typedef struct gnColor {
|
||||||
union {
|
union {
|
||||||
|
@@ -1,7 +1,3 @@
|
|||||||
// typedef gnType4<uint32_t> gnUInt4;
|
|
||||||
// typedef gnType4<int32_t> gnInt4;
|
|
||||||
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "stdint.h"
|
#include "stdint.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user