aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/README
diff options
context:
space:
mode:
authorJordi Vilalta Prat2009-02-15 06:10:59 +0000
committerJordi Vilalta Prat2009-02-15 06:10:59 +0000
commitfa6e10e9cec163845aa29e7940c86e9c9ab8a2bc (patch)
treece87338830cc8c149e1de545246bcefe4f45da00 /engines/sci/README
parent7c148ddf021c990fa866b7600f979aac9a5b26c9 (diff)
downloadscummvm-rg350-fa6e10e9cec163845aa29e7940c86e9c9ab8a2bc.tar.gz
scummvm-rg350-fa6e10e9cec163845aa29e7940c86e9c9ab8a2bc.tar.bz2
scummvm-rg350-fa6e10e9cec163845aa29e7940c86e9c9ab8a2bc.zip
Import the SCI engine sources from the FreeSCI Glutton branch (it doesn't compile yet)
svn-id: r38192
Diffstat (limited to 'engines/sci/README')
-rw-r--r--engines/sci/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/engines/sci/README b/engines/sci/README
new file mode 100644
index 0000000000..e7710d0565
--- /dev/null
+++ b/engines/sci/README
@@ -0,0 +1,19 @@
+Directory structure:
+
+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
+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
+libraries/interfaces/daemons.
+
+tools/ contains all 'tools' for working with SCI resource data.
+
+win32/ contains the workspace and projects for Visual C++.