aboutsummaryrefslogtreecommitdiff
path: root/src/hud.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hud.h')
-rw-r--r--src/hud.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hud.h b/src/hud.h
index e3aea1d..8dc2d23 100644
--- a/src/hud.h
+++ b/src/hud.h
@@ -33,7 +33,7 @@ typedef int hud_wchar;
* Emitted when the game HUD is being drawn. Allows features to draw their own
* additional overlays atop the game's standard HUD.
*/
-DECL_EVENT(HudPaint, void)
+DECL_EVENT(HudPaint, int /*width*/, int /*height*/)
/* Font style flags */
#define HUD_FONT_ITALIC 1