ANDROID: Formatting/whitespaces
This commit is contained in:
parent
f9354eb4d8
commit
1e3c96b3ef
7 changed files with 31 additions and 18 deletions
|
@ -90,9 +90,9 @@ const JNINativeMethod JNI::_natives[] = {
|
|||
{ "destroy", "()V",
|
||||
(void *)JNI::destroy },
|
||||
{ "setSurface", "(II)V",
|
||||
(void *)JNI::setSurface },
|
||||
(void *)JNI::setSurface },
|
||||
{ "main", "([Ljava/lang/String;)I",
|
||||
(void *)JNI::main },
|
||||
(void *)JNI::main },
|
||||
{ "pushEvent", "(Lorg/inodes/gus/scummvm/Event;)V",
|
||||
(void *)JNI::pushEvent },
|
||||
{ "enableZoning", "(Z)V",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue