Steve2/A2iOS/A2iOS-Bridging-Header.h
Tamas Rudnai 44968a5db3 - Proper Graphics - Text switching
- Suports graphics buffer (Page) changes
- Supports Mixed mode
2020-02-22 16:37:54 -08:00

21 lines
384 B
Objective-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 */