1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-12-25 18:30:21 +00:00

Ensures that the fast loading option successfully flows from the Mac interface.

This commit is contained in:
Thomas Harte 2017-12-29 19:07:22 -05:00
parent eef34adcbd
commit c18517be4b

View File

@ -7,8 +7,9 @@
//
#import "CSMachine.h"
#import "CSFastLoading.h"
@interface CSMSX : CSMachine
@interface CSMSX : CSMachine <CSFastLoading>
- (instancetype)init;