From d6942932d64a02aa92b1e04e91f6126f33fdb05e Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sun, 20 Jul 2014 05:09:43 +0000 Subject: OS X: Move source files to their own folder. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90999 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/Source/PluginList.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 macosx/Source/PluginList.h (limited to 'macosx/Source/PluginList.h') diff --git a/macosx/Source/PluginList.h b/macosx/Source/PluginList.h new file mode 100644 index 00000000..f6e0de55 --- /dev/null +++ b/macosx/Source/PluginList.h @@ -0,0 +1,28 @@ +// +// PluginList.h +// Pcsxr +// +// Created by Gil Pedersen on Sun Sep 21 2003. +// Copyright (c) 2003 __MyCompanyName__. All rights reserved. +// + +#import +#import "PcsxrPlugin.h" + +//extern NSMutableArray *plugins; + +@interface PluginList : NSObject + ++ (PluginList *)list; + +- (void)refreshPlugins; +- (NSArray *)pluginsForType:(int)typeMask; +- (BOOL)hasPluginAtPath:(NSString *)path; +- (BOOL)configured; +- (PcsxrPlugin *)activePluginForType:(int)type; +- (BOOL)setActivePlugin:(PcsxrPlugin *)plugin forType:(int)type; + +- (void)disableNetPlug; +- (void)enableNetPlug; + +@end -- cgit v1.2.3