Files
Gryphn/projects/core/src/gryphn_support.h
2025-06-24 12:04:16 -04:00

9 lines
176 B
C

#pragma once
#include <gryphn/gryphn_utils.h>
typedef enum gnFeature {
GN_DYNAMIC_STATES, GN_SYNC_OBJECTS
} gnFeature;
inline gnBool (*gnAPISupports)(gnFeature feature);