From 6ea2bb918b0b4861a951117a6ed13a383b4218c2 Mon Sep 17 00:00:00 2001 From: tudnai Date: Sun, 16 May 2021 19:07:02 -0700 Subject: [PATCH] Added few more headers --- A2Mac/A2Mac-Bridging-Header.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/A2Mac/A2Mac-Bridging-Header.h b/A2Mac/A2Mac-Bridging-Header.h index 3b9ddf2..02f08ef 100644 --- a/A2Mac/A2Mac-Bridging-Header.h +++ b/A2Mac/A2Mac-Bridging-Header.h @@ -29,8 +29,8 @@ #import "6502.h" -#include "speaker.h" // So we can access to speaker stuff from Swift -#include "disk.h" -#include "dsk2woz.h" +#import "speaker.h" // So we can access to speaker stuff from Swift +#import "disk.h" +#import "dsk2woz.h" #endif /* A2Mac_Bridging_Header_h */