2019-07-30 08:05:21 +00:00
|
|
|
//
|
2020-02-23 00:37:54 +00:00
|
|
|
// A2Mac-Bridging-Header.h
|
|
|
|
// A2Mac
|
|
|
|
//
|
|
|
|
// Created by Tamas Rudnai on 2/17/20.
|
|
|
|
// Copyright © 2020 GameAlloy. All rights reserved.
|
|
|
|
//
|
|
|
|
//
|
2019-07-30 08:05:21 +00:00
|
|
|
// Use this file to import your target's public headers that you would like to expose to Swift.
|
|
|
|
//
|
|
|
|
|
2020-02-23 00:37:54 +00:00
|
|
|
#ifndef A2Mac_Bridging_Header_h
|
|
|
|
#define A2Mac_Bridging_Header_h
|
|
|
|
|
|
|
|
|
2019-07-30 08:05:21 +00:00
|
|
|
#import "6502.h"
|
2020-05-28 02:12:28 +00:00
|
|
|
#include "speaker.h" // So we can access to speaker stuff from Swift
|
|
|
|
#include "disk.h"
|
2020-02-23 00:37:54 +00:00
|
|
|
|
|
|
|
#endif /* A2Mac_Bridging_Header_h */
|