aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/README
blob: c44760588982fdefb4f6d7fd96f62c34a49aa119 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.