Paweł Kołodziejski 4fcbc4f712 fixed unsigned/signed comparisons warnings
svn-id: r38445
2009-02-17 20:34:19 +00:00
..
2009-02-17 19:15:37 +00:00
2009-02-17 19:15:37 +00:00
2009-02-17 15:59:52 +00:00
2009-02-17 15:27:31 +00:00
2009-02-17 18:16:48 +00:00
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++.