From b6cb989445fc601e3714eaf7fe38df0f644e9a16 Mon Sep 17 00:00:00 2001 From: Greg Wells Date: Fri, 6 Jun 2025 20:17:00 -0400 Subject: [PATCH] update --- CMakeLists.txt | 1 + include/gryphn/gryphn_utils.h | 20 +------------------- 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d61e992..faf6789 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,6 +14,7 @@ endif() add_library(Gryphn ${SOURCE_FILES} ${METAL_FILES}) target_include_directories(Gryphn PUBLIC ${CMAKE_SOURCE_DIR}/gryphn/src/) target_include_directories(Gryphn PUBLIC ${CMAKE_SOURCE_DIR}/gryphn/include/) +target_include_directories(Gryphn PUBLIC ${CMAKE_SOURCE_DIR}/gryphn/src/utils) add_compile_definitions(GN_REVEAL_IMPL) if(WIN32) diff --git a/include/gryphn/gryphn_utils.h b/include/gryphn/gryphn_utils.h index baf82e9..11d5959 100644 --- a/include/gryphn/gryphn_utils.h +++ b/include/gryphn/gryphn_utils.h @@ -1,20 +1,2 @@ #pragma once -#include -#include -#include -#include -// #include -// #include -// #include -// #include -// #include -// #include - -typedef uint32_t gnUInt; -// typedef gnChar gnByte; -// typedef unsigned char gnUByte; -// typedef int gnInt; -// typedef float gnFloat; -// typedef size_t gnSize; - -#define GN_EXPORT extern "C" +#include