mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-02-21 05:32:31 +01:00
8 lines
137 B
Objective-C
Vendored
8 lines
137 B
Objective-C
Vendored
#import <HexFiend/HFRepresenter.h>
|
|
|
|
@interface HFRepresenter (HFInternalStuff)
|
|
|
|
- (void)_setController:(HFController *)controller;
|
|
|
|
@end
|