move VoidCallback typedef to APIBoundaryTypes (now used outside the render thread header for texture upload callbacks)

This commit is contained in:
Nick Fisher
2025-06-11 09:45:23 +08:00
parent d447fb8e2a
commit 641d92515e

View File

@@ -9,6 +9,8 @@ extern "C"
#include <stdint.h>
#include "APIExport.h"
typedef void (*VoidCallback)(int32_t requestId);
typedef int32_t EntityId;
typedef struct TCamera TCamera;