SCI: Implement bounds-checked reads of game resources

This commit is contained in:
Colin Snover 2016-12-31 20:39:57 -06:00
parent 1298762b76
commit 31daa956d6
61 changed files with 1896 additions and 1706 deletions

View file

@ -20,8 +20,6 @@
*
*/
#include "common/endian.h"
#include "sci/util.h"
#include "sci/sci.h"