pcsxr/macosx/Pcsxr-QL/PSXMemEnumerator.h
SND\MaddTheSane_cp 743106ec0b OS X: Begin work on the memory card QuickLook.
Disable the memory card QuickLook parts: it can wait for another day.

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91006 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-07-21 01:32:08 +00:00

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;