scummvm/engines/sci
Paweł Kołodziejski c01b069b91 missed to remove code from latest removal
svn-id: r38496
2009-02-18 19:12:13 +00:00
..
engine Updated the savegame.cfsml file to remove unused functions and generated the appropriate .cpp file using the cfsml tool 2009-02-18 17:57:57 +00:00
gfx missed to remove code from latest removal 2009-02-18 19:12:13 +00:00
include missed to remove code from latest removal 2009-02-18 19:12:13 +00:00
scicore Added FIXME concerning crash when exiting a SCI game 2009-02-18 12:09:11 +00:00
sfx Removed unused file 2009-02-18 14:49:24 +00:00
detection.cpp Fixed warnings. 2009-02-18 18:03:52 +00:00
module.mk Fix makefile 2009-02-18 15:07:19 +00:00
README
sci.cpp Moved game version checking to ScummVM's detector and removed the FreeSCI version checking routines 2009-02-18 09:09:37 +00:00
sci.h Moved game version checking to ScummVM's detector and removed the FreeSCI version checking routines 2009-02-18 09:09:37 +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++.