4 lines
170 B
Mathematica
4 lines
170 B
Mathematica
|
#import <Foundation/Foundation.h>
|
||
|
#import "GBButtons.h"
|
||
|
|
||
|
NSString const *GBButtonNames[] = {@"Right", @"Left", @"Up", @"Down", @"A", @"B", @"Select", @"Start", @"Turbo"};
|