From 265f79fc7262b24fb2cd0bd72ce552c4e9d89a09 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Mon, 22 Oct 2018 00:21:05 +0300 Subject: [PATCH] platform: add GetNativeObject call --- engine/platform/platform.h | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/platform/platform.h b/engine/platform/platform.h index dd81ca8a..d0cdff30 100644 --- a/engine/platform/platform.h +++ b/engine/platform/platform.h @@ -25,6 +25,7 @@ GNU General Public License for more details. ============================================================================== */ void Platform_Vibrate( float life, char flags ); +void*Platform_GetNativeObject( const char *name ); /* ==============================================================================