From 0facb3f90686d488c5c7cb95398a9c0bc241346e Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Tue, 17 Dec 2024 14:03:27 +0800 Subject: [PATCH] internal: add TMaterial type --- thermion_dart/native/include/c_api/APIBoundaryTypes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/thermion_dart/native/include/c_api/APIBoundaryTypes.h b/thermion_dart/native/include/c_api/APIBoundaryTypes.h index 85650a25..8073f9f2 100644 --- a/thermion_dart/native/include/c_api/APIBoundaryTypes.h +++ b/thermion_dart/native/include/c_api/APIBoundaryTypes.h @@ -23,6 +23,7 @@ extern "C" typedef struct TCollisionComponentManager TCollisionComponentManager; typedef struct TSceneAsset TSceneAsset; typedef struct TNameComponentManager TNameComponentManager; + typedef struct TMaterial TMaterial; typedef struct TMaterialInstance TMaterialInstance; typedef struct TMaterialProvider TMaterialProvider; typedef struct TRenderableManager TRenderableManager;