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