mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-26 09:29:45 +00:00
Fixed an erroneous #import.
This commit is contained in:
parent
86dabd007b
commit
47548dcedc
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
#import "CSAtari2600.h"
|
#import "CSAtari2600.h"
|
||||||
|
|
||||||
#import "Atari2600.hpp"
|
#include "Atari2600.hpp"
|
||||||
#import "CSMachine+Subclassing.h"
|
#import "CSMachine+Subclassing.h"
|
||||||
|
|
||||||
@interface CSAtari2600 ()
|
@interface CSAtari2600 ()
|
||||||
|
Loading…
Reference in New Issue
Block a user