redo some stuffs
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
#include "utils/lists/gryphn_array_list.h"
|
||||
#include "gryphn_handles.h"
|
||||
|
||||
GN_HANDLE(gnFence);
|
||||
|
||||
#ifdef GN_REVEAL_IMPL
|
||||
struct gnFence_t {
|
||||
struct gnPlatformFence_t* fence;
|
||||
|
@@ -3,8 +3,6 @@
|
||||
#include "utils/lists/gryphn_array_list.h"
|
||||
#include "gryphn_handles.h"
|
||||
|
||||
GN_HANDLE(gnSemaphore);
|
||||
|
||||
#ifdef GN_REVEAL_IMPL
|
||||
struct gnSemaphore_t {
|
||||
struct gnPlatformSemaphore_t* semaphore;
|
||||
|
Reference in New Issue
Block a user