X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=macosx%2FPcsxPlugin.h;fp=macosx%2FPcsxPlugin.h;h=0000000000000000000000000000000000000000;hp=c8d47679571c3cbf63381663a815e3cadf88fc04;hb=aa1fc44b4532dc68be2482730a275f8a3ba8a039;hpb=ef79bbde537d6b9c745a7d86cb9df1d04c35590d diff --git a/macosx/PcsxPlugin.h b/macosx/PcsxPlugin.h deleted file mode 100644 index c8d47679..00000000 --- a/macosx/PcsxPlugin.h +++ /dev/null @@ -1,41 +0,0 @@ -// -// PcsxPlugin.h -// Pcsx -// -// Created by Gil Pedersen on Fri Oct 03 2003. -// Copyright (c) 2003 __MyCompanyName__. All rights reserved. -// - -#import - - -@interface PcsxPlugin : NSObject { - CFBundleRef pluginRef; - - NSString *path; - NSDate *modDate; - NSString *name; - long version; - int type; - int active; -} - -+ (NSString *)getPrefixForType:(int)type; -+ (NSString *)getDefaultKeyForType:(int)type; -+ (char **)getConfigEntriesForType:(int)type; - -- (id)initWithPath:(NSString *)aPath; - -- (NSString *)getDisplayVersion; -- (int)getType; -- (NSString *)path; -- (NSString *)description; -- (BOOL)hasAboutAs:(int)type; -- (BOOL)hasConfigureAs:(int)type; -- (long)initAs:(int)aType; -- (long)shutdownAs:(int)aType; -- (void)aboutAs:(int)type; -- (void)configureAs:(int)type; -- (BOOL)verifyOK; - -@end