move VoidCallback typedef to APIBoundaryTypes (now used outside the render thread header for texture upload callbacks)
This commit is contained in:
@@ -10,6 +10,8 @@ extern "C"
|
|||||||
|
|
||||||
#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;
|
||||||
typedef struct TEngine TEngine;
|
typedef struct TEngine TEngine;
|
||||||
|
|||||||
Reference in New Issue
Block a user