pcsxr/macosx/Pcsxr-QL/PSXMemEnumerator.h

14 lines
278 B
Objective-C

//
// PSXMemEnumerator.h
// Pcsxr
//
// Created by C.W. Betts on 7/20/14.
//
//
#import <Foundation/Foundation.h>
#import "PcsxrMemoryObject.h"
#include "MyQuickLook.h"
__private_extern NSArray *CreateArrayByEnumeratingMemoryCardAtURL(NSURL *location) NS_RETURNS_RETAINED;