]> granicus.if.org Git - handbrake/commitdiff
WinGui:
authorsr55 <sr55.hb@outlook.com>
Thu, 12 Jun 2008 17:02:33 +0000 (17:02 +0000)
committersr55 <sr55.hb@outlook.com>
Thu, 12 Jun 2008 17:02:33 +0000 (17:02 +0000)
- Accidentally updated the project file in the last commit, so the following empty file is now required.
It will be used at a later date.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1509 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/Functions/Presets.cs [new file with mode: 0644]

diff --git a/win/C#/Functions/Presets.cs b/win/C#/Functions/Presets.cs
new file mode 100644 (file)
index 0000000..213a6ea
--- /dev/null
@@ -0,0 +1,15 @@
+using System;\r
+using System.Collections.Generic;\r
+using System.Text;\r
+\r
+namespace Handbrake.Functions\r
+{\r
+    // 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.\r
+\r
+    class Presets\r
+    {\r
+        public void loadPresetPanel(frmMain mainWindow)\r
+        {\r
+        }\r
+    }\r
+}\r