mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 16:03:05 +00:00
e90eed4ff3
svn-id: r38305
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++.