mirror of
https://github.com/trudnai/Steve2.git
synced 2024-12-22 06:29:15 +00:00
21 lines
384 B
C
21 lines
384 B
C
|
//
|
||
|
// A2iOS-Bridging-Header.h
|
||
|
// A2Mac
|
||
|
//
|
||
|
// Created by Tamas Rudnai on 2/17/20.
|
||
|
// Copyright © 2020 GameAlloy. All rights reserved.
|
||
|
//
|
||
|
//
|
||
|
// Use this file to import your target's public headers that you would like to expose to Swift.
|
||
|
//
|
||
|
|
||
|
#ifndef A2iOS_Bridging_Header_h
|
||
|
#define A2iOS_Bridging_Header_h
|
||
|
|
||
|
|
||
|
#import "6502.h"
|
||
|
#import "disk.h"
|
||
|
|
||
|
|
||
|
#endif /* A2iOS_Bridging_Header_h */
|