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