scummvm/engines/sci
Filippos Karapetis fa59ce0d9f Removed the unused sci_get_homedir() function
svn-id: r38466
2009-02-18 10:49:17 +00:00
..
engine Disabled unused functions 2009-02-18 10:37:22 +00:00
gfx Cleanup 2009-02-17 23:12:29 +00:00
include Removed the unused sci_get_homedir() function 2009-02-18 10:49:17 +00:00
scicore Removed the unused sci_get_homedir() function 2009-02-18 10:49:17 +00:00
sfx SCI: Moved sfx_pcm_urat_t from include/sfx_pcm.h to sfx/mixer.h 2009-02-17 18:17:01 +00:00
tools Setting SVN keywords property. rest 2009-02-17 15:59:52 +00:00
detection.cpp Moved game version checking to ScummVM's detector and removed the FreeSCI version checking routines 2009-02-18 09:09:37 +00:00
module.mk We no longer verify the SCI version number against the original executables, so remove the exe file reader code 2009-02-18 10:07:55 +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++.