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 ); /* ==============================================================================