move VoidCallback typedef to APIBoundaryTypes (now used outside the render thread header for texture upload callbacks)
This commit is contained in:
@@ -9,6 +9,8 @@ extern "C"
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "APIExport.h"
|
#include "APIExport.h"
|
||||||
|
|
||||||
|
typedef void (*VoidCallback)(int32_t requestId);
|
||||||
|
|
||||||
typedef int32_t EntityId;
|
typedef int32_t EntityId;
|
||||||
typedef struct TCamera TCamera;
|
typedef struct TCamera TCamera;
|
||||||
|
|||||||
Reference in New Issue
Block a user