- 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
--- /dev/null
+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