platform: add GetNativeObject call

This commit is contained in:
Alibek Omarov 2018-10-22 00:21:05 +03:00
parent a5258bea65
commit 265f79fc72
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ GNU General Public License for more details.
==============================================================================
*/
void Platform_Vibrate( float life, char flags );
void*Platform_GetNativeObject( const char *name );
/*
==============================================================================