[Android] Add screenshot nativelibrary function.

This commit is contained in:
Ryan Houdek
2013-11-15 17:32:50 -06:00
parent 0720026dab
commit 15bb974224
2 changed files with 12 additions and 0 deletions

View File

@ -111,6 +111,12 @@ public final class NativeLibrary
*/
public static native boolean SupportsNEON();
/**
* Saves a screen capture of the game
*
*/
public static native void SaveScreenShot();
/**
* Saves a game state to the slot number.
*