2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-12-27 03:05:38 +01:00

platform: add GetNativeObject call

This commit is contained in:
Alibek Omarov 2018-10-22 00:21:05 +03:00
parent a5258bea65
commit 265f79fc72

View File

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