From 24836990da6080e20de9d2a15c564bc01428369b Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 3 Jan 2014 16:03:27 +0200 Subject: FULLPIPE: Add initial implementation of some sound-related functions --- engines/fullpipe/utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/fullpipe/utils.h') diff --git a/engines/fullpipe/utils.h b/engines/fullpipe/utils.h index 64f56ced0a..427cd67963 100644 --- a/engines/fullpipe/utils.h +++ b/engines/fullpipe/utils.h @@ -115,6 +115,7 @@ class MemoryObject : CObject { void load() { loadFile(_memfilename); } byte *getData(); byte *loadData(); + int getDataSize() const { return _dataSize; } bool testFlags(); -- cgit v1.2.3