aboutsummaryrefslogtreecommitdiff
path: root/stdafx.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 /stdafx.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 'stdafx.cpp')
-rw-r--r--stdafx.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/stdafx.cpp b/stdafx.cpp
index fb2b30bab7..fd4f341c7b 100644
--- a/stdafx.cpp
+++ b/stdafx.cpp
@@ -1,8 +1 @@
-// stdafx.cpp : source file that includes just the standard includes
-// scummvm.pch will be the pre-compiled header
-// stdafx.obj will contain the pre-compiled type information
-
#include "stdafx.h"
-
-// TODO: reference any additional headers you need in STDAFX.H
-// and not in this file