scummvm/engines/sci
Walter van Niftrik 409f47516f SCI: ran astyle
svn-id: r38419
2009-02-17 15:46:00 +00:00
..
engine Update headers. engine/ 2009-02-17 15:02:16 +00:00
gfx SCI: ran astyle 2009-02-17 15:46:00 +00:00
include Update headers. includes/ 2009-02-17 15:05:16 +00:00
scicore Update headers. scicore/ 2009-02-17 15:09:09 +00:00
sfx Remove unneeded files 2009-02-17 15:21:38 +00:00
tools Remove unneeded files 2009-02-17 15:21:38 +00:00
detection.cpp Remove dead/leftover code. 2009-02-17 15:27:31 +00:00
module.mk SCI: Changed pcm_device and timer "driver" functionality to use directly the ScummVM modules 2009-02-16 16:23:48 +00:00
README
sci.cpp Update headers. rest 2009-02-17 15:20:21 +00:00
sci.h Update headers. rest 2009-02-17 15:20: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++.