scummvm/engines/sci
2009-02-15 11:44:14 +00:00
..
engine - Remove some unneeded files 2009-02-15 11:39:07 +00:00
gfx Fix compilation. How ugly without templates. Yuck! 2009-02-15 11:44:14 +00:00
include remove DLLEXTERN 2009-02-15 10:33:31 +00:00
scicore Fix compilation. How ugly without templates. Yuck! 2009-02-15 11:44:14 +00:00
sfx - Remove some unneeded files 2009-02-15 11:39:07 +00:00
tools - Remove some unneeded files 2009-02-15 11:39:07 +00:00
detection.cpp - Move sci/scummvm/ contents to sci/ 2009-02-15 11:03:21 +00:00
module.mk - Remove some unneeded files 2009-02-15 11:39:07 +00:00
README Import the SCI engine sources from the FreeSCI Glutton branch (it doesn't compile yet) 2009-02-15 06:10:59 +00:00
sci.cpp - Move sci/scummvm/ contents to sci/ 2009-02-15 11:03:21 +00:00
sci.h - Move sci/scummvm/ contents to sci/ 2009-02-15 11:03:21 +00:00

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++.