android: add stub for Platform_PreCreateMove

This commit is contained in:
mittorn 2019-09-28 04:24:41 +07:00
parent d633fe5deb
commit 0afc3d83c6
1 changed files with 5 additions and 0 deletions

View File

@ -782,6 +782,11 @@ void Platform_SetClipboardText( const char *buffer, size_t size )
// stub
}
void Platform_PreCreateMove( void )
{
// stub
}
/*
========================
Android_RunEvents