Browse Source

android: add stub for Platform_PreCreateMove

pull/2/head
mittorn 5 years ago
parent
commit
0afc3d83c6
  1. 5
      engine/platform/android/android.c

5
engine/platform/android/android.c

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

Loading…
Cancel
Save