wrote c compatible return code structure

This commit is contained in:
Greg Wells
2025-05-06 18:29:46 -04:00
parent a3fd0e1579
commit 07624bc93d
17 changed files with 94 additions and 112 deletions

View File

@@ -20,4 +20,3 @@ typedef float gnFloat;
typedef size_t gnSize;
#define GN_EXPORT extern "C"
#define GN_RETURN_ERROR(errorString) return { GN_FAILED, errorString }