aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cruise/font.h')
-rw-r--r--engines/cruise/font.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/engines/cruise/font.h b/engines/cruise/font.h
index 6404c91230..e3f34837af 100644
--- a/engines/cruise/font.h
+++ b/engines/cruise/font.h
@@ -55,10 +55,8 @@ void initSystem(void);
void freeSystem(void);
//////////////////////////////////////////////////
-void flipShort(int16 * var);
-void flipShort(uint16 * var);
-void flipLong(int32 * var); // TODO: move away
-void flipLong(uint32 * var); // TODO: move away
+void bigEndianShortToNative(void *var);
+void bigEndianLongToNative(void *var); // TODO: move away
void flipGen(void *var, int32 length);
int32 getLineHeight(int16 charCount, const FontEntry *fontPtr, const uint8 *fontPrt_Desc); // fontProc1