aboutsummaryrefslogtreecommitdiff
path: root/src/gameinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gameinfo.h')
-rw-r--r--src/gameinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gameinfo.h b/src/gameinfo.h
index 76c3c57..3de2fa9 100644
--- a/src/gameinfo.h
+++ b/src/gameinfo.h
@@ -1,5 +1,5 @@
/*
- * Copyright © 2023 Michael Smith <mikesmiffy128@gmail.com>
+ * Copyright © 2025 Michael Smith <mikesmiffy128@gmail.com>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -27,7 +27,7 @@ extern const os_char *gameinfo_gamedir; /* Absolute path to game directory */
extern const char *gameinfo_title; /* Name of the game (window title) */
/* Called early in plugin initialisation to set up the variables above. */
-bool gameinfo_init(void);
+bool gameinfo_init();
#endif