aboutsummaryrefslogtreecommitdiff
path: root/resource.cpp
diff options
context:
space:
mode:
authorMax Horn2002-07-16 21:03:14 +0000
committerMax Horn2002-07-16 21:03:14 +0000
commit0843a2510c579f5dcc0770ca4ce28f05a881d80a (patch)
treeede01066a4f0dcf24291273945d881f4401152b4 /resource.cpp
parent32e81beb4567d6d8b58fa583558082e8b42ccb42 (diff)
downloadscummvm-rg350-0843a2510c579f5dcc0770ca4ce28f05a881d80a.tar.gz
scummvm-rg350-0843a2510c579f5dcc0770ca4ce28f05a881d80a.tar.bz2
scummvm-rg350-0843a2510c579f5dcc0770ca4ce28f05a881d80a.zip
biiig checkin: removed more stuff from scumm.h; added new headers resource.h and object.h
svn-id: r4579
Diffstat (limited to 'resource.cpp')
-rw-r--r--resource.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/resource.cpp b/resource.cpp
index ce59f4a777..61ebc58170 100644
--- a/resource.cpp
+++ b/resource.cpp
@@ -22,8 +22,14 @@
#include "stdafx.h"
#include "scumm.h"
+#include "resource.h"
+
#include <stdio.h>
+
+uint16 newTag2Old(uint32 oldTag);
+
+
/* Open a room */
void Scumm::openRoom(int room)
{