mirror of
https://github.com/trudnai/Steve2.git
synced 2024-11-16 11:04:41 +00:00
44968a5db3
- Suports graphics buffer (Page) changes - Supports Mixed mode
21 lines
384 B
Objective-C
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 */
|