Browse Source

platform: add GetNativeObject call

pull/2/head
Alibek Omarov 6 years ago
parent
commit
265f79fc72
  1. 1
      engine/platform/platform.h

1
engine/platform/platform.h

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

Loading…
Cancel
Save