summaryrefslogtreecommitdiff
path: root/macosx/PcsxrPlugin.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-06-22 22:59:56 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-06-22 22:59:56 +0000
commit5a29c04f291e9eb2f93fafb90ee2d7368b5627b9 (patch)
tree8aa1e9d275778ed43d435749e91e7030e84bae4e /macosx/PcsxrPlugin.h
parent32f0cfc0e047e2f5762357327d45bc7c823f29aa (diff)
downloadpcsxr-5a29c04f291e9eb2f93fafb90ee2d7368b5627b9.tar.gz
Modify the Memory Object class a little bit. Some minor changes.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85493 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrPlugin.h')
-rwxr-xr-xmacosx/PcsxrPlugin.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/macosx/PcsxrPlugin.h b/macosx/PcsxrPlugin.h
index bd70854a..01927a51 100755
--- a/macosx/PcsxrPlugin.h
+++ b/macosx/PcsxrPlugin.h
@@ -10,14 +10,14 @@
@interface PcsxrPlugin : NSObject {
- void *pluginRef;
-
- NSString *path;
+ void *pluginRef;
+
+ NSString *path;
NSDate *modDate;
- NSString *name;
+ NSString *name;
NSString *fullPlugPath;
- long version;
- int type;
+ long version;
+ int type;
int active;
}