diff options
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/README | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/engines/sci/README b/engines/sci/README deleted file mode 100644 index c447605889..0000000000 --- a/engines/sci/README +++ /dev/null @@ -1,15 +0,0 @@ -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. |