summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authornotaz2011-09-03 01:58:52 +0300
committernotaz2011-09-03 01:58:52 +0300
commitc21718e922f16bc7a459960b90e26634b8f2e33b (patch)
tree13850d55e1a191df1860ebd256d36e8bf8c8b34c /common.h
parent8b6232a675c7b49bd9651805fc92917cc7a92198 (diff)
downloadpicogpsp-c21718e922f16bc7a459960b90e26634b8f2e33b.tar.gz
picogpsp-c21718e922f16bc7a459960b90e26634b8f2e33b.tar.bz2
picogpsp-c21718e922f16bc7a459960b90e26634b8f2e33b.zip
move warm too
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.h b/common.h
index 8d55af9..f43d75c 100644
--- a/common.h
+++ b/common.h
@@ -225,6 +225,9 @@ typedef u32 fixed16_16;
#include "zip.h"
#include "cheats.h"
+#ifdef ARM_ARCH
+ #include "arm/warm.h"
+#endif
#ifdef PSP_BUILD
#define printf pspDebugScreenPrintf