aboutsummaryrefslogtreecommitdiff
path: root/sword2/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/console.h')
-rw-r--r--sword2/console.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/sword2/console.h b/sword2/console.h
index 6c3ee7886b..f7e41f3819 100644
--- a/sword2/console.h
+++ b/sword2/console.h
@@ -46,11 +46,9 @@ private:
byte _debugTextBlocks[MAX_DEBUG_TEXTS];
- void clearDebugTextBlocks(void);
+ void clearDebugTextBlocks();
void makeDebugTextBlock(char *text, int16 x, int16 y);
- void printCurrentInfo(void);
-
void plotCrossHair(int16 x, int16 y, uint8 pen);
void drawRect(int16 x, int16 y, int16 x2, int16 y2, uint8 pen);
@@ -72,8 +70,8 @@ public:
ObjectGraphic _playerGraphic;
uint32 _playerGraphicNoFrames;
- void buildDebugText(void);
- void drawDebugGraphics(void);
+ void buildDebugText();
+ void drawDebugGraphics();
protected:
Sword2Engine *_vm;