scummvm/engines/sci/README
Paweł Kołodziejski 57f78e5c0c update README
svn-id: r38500
2009-02-18 19:45:34 +00:00

16 lines
558 B
Plaintext

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.
gfx/ 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.
sfx/ contains sound management, both general and specific to certain
libraries/interfaces/daemons.