aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/handle.h
diff options
context:
space:
mode:
authorMax Horn2009-11-02 21:54:57 +0000
committerMax Horn2009-11-02 21:54:57 +0000
commit51933629d1f1a17839ddbb75b2b619effe117abb (patch)
tree7292b23e5ce3fb11e6b2bb360a3befbbf35b64d9 /engines/tinsel/handle.h
parent400ee8c461e8060393b62be639c27dd3820dccd4 (diff)
downloadscummvm-rg350-51933629d1f1a17839ddbb75b2b619effe117abb.tar.gz
scummvm-rg350-51933629d1f1a17839ddbb75b2b619effe117abb.tar.bz2
scummvm-rg350-51933629d1f1a17839ddbb75b2b619effe117abb.zip
Changed foo(void) to foo() in almost all non-backend source files
svn-id: r45616
Diffstat (limited to 'engines/tinsel/handle.h')
-rw-r--r--engines/tinsel/handle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tinsel/handle.h b/engines/tinsel/handle.h
index 4665124e5a..c3c303a1e9 100644
--- a/engines/tinsel/handle.h
+++ b/engines/tinsel/handle.h
@@ -38,8 +38,8 @@ namespace Tinsel {
/**
* Loads the graphics handle table index file and preloads all the permanent graphics etc.
*/
-void SetupHandleTable(void);
-void FreeHandleTable(void);
+void SetupHandleTable();
+void FreeHandleTable();
byte *LockMem(SCNHANDLE offset);