Upgrade native

This commit is contained in:
Henrik Rydgard 2012-12-01 10:39:20 +01:00
parent ab4482a0a4
commit 3de1259eb8
2 changed files with 6 additions and 1 deletions

View File

@ -297,6 +297,11 @@ void NativeTouch(int finger, float x, float y, double time, TouchEvent event)
} }
} }
void NativeMessageReceived(const char *message, const char *value)
{
// Unused
}
void NativeShutdownGraphics() void NativeShutdownGraphics()
{ {
delete uiTexture; delete uiTexture;

2
native

@ -1 +1 @@
Subproject commit 294ad623c5e23e9d9203606d720ff9ff2e490255 Subproject commit 92bd22ffe5fd90b1441660b9136fc6dc230399ec