Files
Gryphn/projects/core/gryphn_extensions.h
2025-07-15 11:43:17 -04:00

7 lines
121 B
C

#pragma once
#include "stdint.h"
typedef uint32_t gnExtension;
#define GN_EXT_SYNCHRONIZATION 0
#define GN_EXT_QUEUES 1