diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-08-10 21:04:48 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-08-10 21:04:48 +0000 |
| commit | 78381253676f85d9f78124e740fdde230e20ac60 (patch) | |
| tree | 199c9cd81dce5db677a3c6baccfff081a675c024 /macosx/plugins/DFXVideo/macsrc/PluginConfigController.h | |
| parent | c6eff5092c8086b8b3226e820f269837ed9f38b3 (diff) | |
| download | pcsxr-78381253676f85d9f78124e740fdde230e20ac60.tar.gz | |
Some preferences improvements to the PeopsSoftGL plug-in on OS X.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86612 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFXVideo/macsrc/PluginConfigController.h')
| -rwxr-xr-x | macosx/plugins/DFXVideo/macsrc/PluginConfigController.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/plugins/DFXVideo/macsrc/PluginConfigController.h b/macosx/plugins/DFXVideo/macsrc/PluginConfigController.h index a2c36094..d4bac705 100755 --- a/macosx/plugins/DFXVideo/macsrc/PluginConfigController.h +++ b/macosx/plugins/DFXVideo/macsrc/PluginConfigController.h @@ -26,6 +26,10 @@ NSMutableDictionary *keyValues; } + +@property (retain) NSURL *vertexPath; +@property (retain) NSURL *fragmentPath; + - (IBAction)cancel:(id)sender; - (IBAction)ok:(id)sender; - (IBAction)reset:(id)sender; |
