android: add stub for Platform_PreCreateMove
This commit is contained in:
parent
d633fe5deb
commit
0afc3d83c6
1 changed files with 5 additions and 0 deletions
|
@ -782,6 +782,11 @@ void Platform_SetClipboardText( const char *buffer, size_t size )
|
|||
// stub
|
||||
}
|
||||
|
||||
void Platform_PreCreateMove( void )
|
||||
{
|
||||
// stub
|
||||
}
|
||||
|
||||
/*
|
||||
========================
|
||||
Android_RunEvents
|
||||
|
|
Loading…
Add table
Reference in a new issue