2019-07-14 05:42:21 +02:00
|
|
|
//
|
|
|
|
// snes9x_framework.h
|
|
|
|
// snes9x framework
|
|
|
|
//
|
|
|
|
// Created by Buckley on 7/4/19.
|
|
|
|
//
|
|
|
|
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
2019-09-02 19:20:32 +02:00
|
|
|
|
2019-07-14 05:42:21 +02:00
|
|
|
//! Project version number for snes9x_framework.
|
|
|
|
FOUNDATION_EXPORT double snes9x_frameworkVersionNumber;
|
|
|
|
|
|
|
|
//! Project version string for snes9x_framework.
|
|
|
|
FOUNDATION_EXPORT const unsigned char snes9x_frameworkVersionString[];
|
|
|
|
|
2019-09-02 19:20:32 +02:00
|
|
|
#import <snes9x_framework/port.h>
|
|
|
|
#import <snes9x_framework/mac-os.h>
|
2022-02-07 00:03:46 +01:00
|
|
|
#import <snes9x_framework/mac-cheat.h>
|
2019-07-14 05:42:21 +02:00
|
|
|
|