redo some stuffs

This commit is contained in:
Greg Wells
2025-07-16 19:23:55 -04:00
parent 7e724da698
commit cafe294a17
7 changed files with 12 additions and 31 deletions

View File

@@ -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;