aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorPaweł Kołodziejski2009-02-18 19:45:34 +0000
committerPaweł Kołodziejski2009-02-18 19:45:34 +0000
commit57f78e5c0c24f83629c8814bd3150698b804104f (patch)
treeae90ba80e36eea0465b8c0d6cfc8673bcdc0235e /engines
parentdd30cc63825784e52879bf6c4acf0c4053d797e5 (diff)
downloadscummvm-rg350-57f78e5c0c24f83629c8814bd3150698b804104f.tar.gz
scummvm-rg350-57f78e5c0c24f83629c8814bd3150698b804104f.tar.bz2
scummvm-rg350-57f78e5c0c24f83629c8814bd3150698b804104f.zip
update README
svn-id: r38500
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/README8
1 files changed, 2 insertions, 6 deletions
diff --git a/engines/sci/README b/engines/sci/README
index e7710d0565..c447605889 100644
--- a/engines/sci/README
+++ b/engines/sci/README
@@ -5,15 +5,11 @@ scicore/ contains all files concerning resource management and (de)compression,
engine/ contains the files directly related to the VM and the text parser, such
as heap and state management and handling for script and vocab resources.
-graphics/ contains graphics and input management (since input handlers are
+gfx/ contains graphics and input management (since input handlers are
usually bundled with graphics libraries) and stuff for specific graphics/
input libs.
include/ contains all global header files.
-sound/ contains sound management, both general and specific to certain
+sfx/ contains sound management, both general and specific to certain
libraries/interfaces/daemons.
-
-tools/ contains all 'tools' for working with SCI resource data.
-
-win32/ contains the workspace and projects for Visual C++.