diff options
Diffstat (limited to 'engines/hugo/util.h')
-rw-r--r-- | engines/hugo/util.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/engines/hugo/util.h b/engines/hugo/util.h index 69428fb3bb..4cf30b1903 100644 --- a/engines/hugo/util.h +++ b/engines/hugo/util.h @@ -36,16 +36,7 @@ namespace Hugo { enum seqTextUtil { - kTech = 0, - kErr1 = 1, - kErr2 = 2, - kErr3 = 3, - kErr4 = 4, - kErr5 = 5, - kErr6 = 6, - kGameOver = 7 -// kObsoleteErr1 = 8, -// kObsoleteErr2 = 9 + kGameOver = 0 }; namespace Utils { @@ -54,8 +45,6 @@ int lastBit(byte data); void gameOverMsg(); void reverseByte(byte *data); -void Error(int code, const char *format, ...) GCC_PRINTF(2, 3); -void Warn(const char *format, ...) GCC_PRINTF(1, 2); char *Box(box_t, const char *, ...) GCC_PRINTF(2, 3); char *strlwr(char *buffer); |