mirror of https://github.com/snes9xgit/snes9x.git
19 lines
484 B
C
19 lines
484 B
C
|
//
|
||
|
// snes9x_framework.h
|
||
|
// snes9x framework
|
||
|
//
|
||
|
// Created by Buckley on 7/4/19.
|
||
|
//
|
||
|
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
//! Project version number for snes9x_framework.
|
||
|
FOUNDATION_EXPORT double snes9x_frameworkVersionNumber;
|
||
|
|
||
|
//! Project version string for snes9x_framework.
|
||
|
FOUNDATION_EXPORT const unsigned char snes9x_frameworkVersionString[];
|
||
|
|
||
|
// In this header, you should import all the public headers of your framework using statements like #import <snes9x_framework/PublicHeader.h>
|
||
|
|
||
|
|