move image format over to core
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include <utils/gryphn_image_format.h>
|
||||
#include <core/gryphn_image_format.h>
|
||||
#include <output_device/gryphn_output_device.h>
|
||||
#include <window_surface/gryphn_surface.h>
|
||||
#include "gryphn_handles.h"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
#include "stdint.h"
|
||||
#include "utils/gryphn_image_format.h"
|
||||
#include "core/gryphn_image_format.h"
|
||||
#include "core/gryphn_return_code.h"
|
||||
#include "core/src/output_device/gryphn_physical_output_device.h"
|
||||
#include "gryphn_handles.h"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "utils/gryphn_image_format.h"
|
||||
#include "core/gryphn_image_format.h"
|
||||
#include "core/gryphn_return_code.h"
|
||||
#include "utils/math/gryphn_vec3.h"
|
||||
#include "core/src/output_device/gryphn_physical_output_device.h"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
#include <gryphn_platform_include.h>
|
||||
#include <utils/gryphn_image_format.h>
|
||||
#include <core/gryphn_image_format.h>
|
||||
#include <instance/gryphn_instance.h>
|
||||
#include "utils/math/gryphn_vec2.h"
|
||||
|
||||
|
Reference in New Issue
Block a user