diff options
| author | James Brown | 2002-03-20 17:51:07 +0000 |
|---|---|---|
| committer | James Brown | 2002-03-20 17:51:07 +0000 |
| commit | 718392239c0025a7e1e0af586fc54ecf7df6f58b (patch) | |
| tree | 8fb5cc80777803ab440e0e398eabf8d6b7dd043e /vars.cpp | |
| parent | 1e5b1308467b796c44db3ebb170111967a251f06 (diff) | |
| download | scummvm-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.cpp | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -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" |
