summaryrefslogtreecommitdiffstats
path: root/win/C#/Functions/Presets.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/Functions/Presets.cs')
-rw-r--r--win/C#/Functions/Presets.cs15
1 files changed, 15 insertions, 0 deletions
diff --git a/win/C#/Functions/Presets.cs b/win/C#/Functions/Presets.cs
new file mode 100644
index 000000000..213a6ea8b
--- /dev/null
+++ b/win/C#/Functions/Presets.cs
@@ -0,0 +1,15 @@
+using System;
+using System.Collections.Generic;
+using System.Text;
+
+namespace Handbrake.Functions
+{
+ // This file is going to be used for all the preset stuff, when i get around to switching out to something that works a bit better.
+
+ class Presets
+ {
+ public void loadPresetPanel(frmMain mainWindow)
+ {
+ }
+ }
+}