Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

Commit

Permalink
add mz_prepare_for_backgrounding to mz_android
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Whipple authored and Dave Goldman committed Jan 5, 2015
1 parent c1f4df2 commit 44e0284
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mz_android.cpp
Expand Up @@ -239,6 +239,10 @@ void *mz_create(void) {
return mz;
}

void mz_prepare_for_backgrounding(void *mz) {
// empty callback is required.
}

// Destruction of the MZ
void mz_destroy(void *mz) {
#if ANDROID_USE_GLES_WARP
Expand Down

0 comments on commit 44e0284

Please sign in to comment.