aboutsummaryrefslogtreecommitdiff
path: root/gui/InterfaceManager.cpp
diff options
context:
space:
mode:
authorVicent Marti2008-05-25 11:20:28 +0000
committerVicent Marti2008-05-25 11:20:28 +0000
commita4df37e325c3e91bb07c017fc2bca126fe97070d (patch)
treec51da9792f10a970e519df8a60e709dd70f3347a /gui/InterfaceManager.cpp
parent0707968a376e90f4719fa7f2f935e252e936a9f8 (diff)
downloadscummvm-rg350-a4df37e325c3e91bb07c017fc2bca126fe97070d.tar.gz
scummvm-rg350-a4df37e325c3e91bb07c017fc2bca126fe97070d.tar.bz2
scummvm-rg350-a4df37e325c3e91bb07c017fc2bca126fe97070d.zip
Interface Manager class
svn-id: r32267
Diffstat (limited to 'gui/InterfaceManager.cpp')
-rw-r--r--gui/InterfaceManager.cpp39
1 files changed, 39 insertions, 0 deletions
diff --git a/gui/InterfaceManager.cpp b/gui/InterfaceManager.cpp
new file mode 100644
index 0000000000..693b36e367
--- /dev/null
+++ b/gui/InterfaceManager.cpp
@@ -0,0 +1,39 @@
+/* ScummVM - Graphic Adventure Engine
+ *
+ * ScummVM is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the COPYRIGHT
+ * file distributed with this source distribution.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * $URL$
+ * $Id$
+ *
+ */
+
+#include "common/util.h"
+#include "graphics/surface.h"
+#include "graphics/colormasks.h"
+#include "common/system.h"
+#include "common/events.h"
+
+#include "gui/InterfaceManager.h"
+#include "graphics/VectorRenderer.h"
+
+namespace GUI {
+
+
+
+} // end of namespace GUI. \ No newline at end of file