diff options
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; |
