aboutsummaryrefslogtreecommitdiff
path: root/vars.cpp
diff options
context:
space:
mode:
authorJames Brown2002-03-20 17:51:07 +0000
committerJames Brown2002-03-20 17:51:07 +0000
commit718392239c0025a7e1e0af586fc54ecf7df6f58b (patch)
tree8fb5cc80777803ab440e0e398eabf8d6b7dd043e /vars.cpp
parent1e5b1308467b796c44db3ebb170111967a251f06 (diff)
downloadscummvm-rg350-718392239c0025a7e1e0af586fc54ecf7df6f58b.tar.gz
scummvm-rg350-718392239c0025a7e1e0af586fc54ecf7df6f58b.tar.bz2
scummvm-rg350-718392239c0025a7e1e0af586fc54ecf7df6f58b.zip
I know it probably doesn't look like much, but this is a start to the reorg - basically I've shuffled the Scumm struct around, and turned it into a Class - labeling and grouping functions that are related.
svn-id: r3792
Diffstat (limited to 'vars.cpp')
-rw-r--r--vars.cpp23
1 files changed, 23 insertions, 0 deletions
diff --git a/vars.cpp b/vars.cpp
index edef0ecdb6..747c8090c7 100644
--- a/vars.cpp
+++ b/vars.cpp
@@ -1,3 +1,26 @@
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
+ * Copyright (C) 2001/2002 The ScummVM project
+ *
+ * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
+
+
#include "stdafx.h"
#include "scumm.h"