mirror of
https://github.com/libretro/bsnes-libretro.git
synced 2025-02-25 13:01:07 +00: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
|