2019-07-14 03:42:21 +00:00
|
|
|
//
|
|
|
|
// snes9x_framework.h
|
|
|
|
// snes9x framework
|
|
|
|
//
|
|
|
|
// Created by Buckley on 7/4/19.
|
|
|
|
//
|
|
|
|
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
2019-09-02 17:20:32 +00:00
|
|
|
|
2019-07-14 03:42:21 +00: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 17:20:32 +00:00
|
|
|
#import <snes9x_framework/port.h>
|
|
|
|
#import <snes9x_framework/mac-os.h>
|
2022-02-06 23:03:46 +00:00
|
|
|
#import <snes9x_framework/mac-cheat.h>
|
2019-07-14 03:42:21 +00:00
|
|
|
|