aboutsummaryrefslogtreecommitdiff
path: root/sword2/maketext.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/maketext.h')
-rw-r--r--sword2/maketext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/maketext.h b/sword2/maketext.h
index 3e82dff2d5..31477705e7 100644
--- a/sword2/maketext.h
+++ b/sword2/maketext.h
@@ -108,7 +108,7 @@ public:
byte *makeTextSprite(byte *sentence, uint16 maxWidth, uint8 pen, uint32 fontRes, uint8 border = BORDER_PEN);
void killTextBloc(uint32 bloc_number);
- void printTextBlocs(void);
+ void printTextBlocs();
uint32 buildNewBloc(byte *ascii, int16 x, int16 y, uint16 width, uint8 pen, uint32 type, uint32 fontRes, uint8 justification);
};