aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Apers2004-11-09 11:27:15 +0000
committerChris Apers2004-11-09 11:27:15 +0000
commite40f30e81adc986cf6975bf90bfd4cbec2f47fa0 (patch)
treee8c606f1908906a2b6dde63986deb8ca75e7249a
parent6854c86eb2ba636ed7aad9704222bef71a34d6fe (diff)
downloadscummvm-rg350-e40f30e81adc986cf6975bf90bfd4cbec2f47fa0.tar.gz
scummvm-rg350-e40f30e81adc986cf6975bf90bfd4cbec2f47fa0.tar.bz2
scummvm-rg350-e40f30e81adc986cf6975bf90bfd4cbec2f47fa0.zip
Cleanup
svn-id: r15759
-rw-r--r--backends/PalmOS/Src/palmrdr.cpp3
-rw-r--r--scumm/costume.cpp1
-rw-r--r--scumm/gfx.cpp1
3 files changed, 4 insertions, 1 deletions
diff --git a/backends/PalmOS/Src/palmrdr.cpp b/backends/PalmOS/Src/palmrdr.cpp
index 41a86524f7..ef91c9ab29 100644
--- a/backends/PalmOS/Src/palmrdr.cpp
+++ b/backends/PalmOS/Src/palmrdr.cpp
@@ -30,6 +30,7 @@
#include "i_zodiac.h"
#endif
+#include "init_arm.h"
#include "arm/native.h"
#include "arm/macros.h"
@@ -272,4 +273,4 @@ void OSystem_PALMOS::updateScreen_direct() {
rumblePack(_new_shake_pos >= 3);
_current_shake_pos = _new_shake_pos;
}
-} \ No newline at end of file
+}
diff --git a/scumm/costume.cpp b/scumm/costume.cpp
index 1575d9ee5b..27273b61c2 100644
--- a/scumm/costume.cpp
+++ b/scumm/costume.cpp
@@ -27,6 +27,7 @@
#include "scumm/sound.h"
#if defined(__PALM_OS__)
+#include "init_arm.h"
#include "arm/native.h"
#include "arm/macros.h"
#endif
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index 9dd24fb582..d8415fbf50 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -28,6 +28,7 @@
#include "scumm/usage_bits.h"
#if defined(__PALM_OS__)
+#include "init_arm.h"
#include "arm/native.h"
#include "arm/macros.h"
#endif