diff options
Diffstat (limited to 'src/gamedata.h')
-rw-r--r-- | src/gamedata.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gamedata.h b/src/gamedata.h index 050d3b8..9f4932a 100644 --- a/src/gamedata.h +++ b/src/gamedata.h @@ -1,5 +1,5 @@ /* - * Copyright © 2024 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 @@ -32,9 +32,6 @@ #undef NVDTOR #endif -/* Called as part of plugin init to set up various metadata about the game. */ -void gamedata_init(void); - #endif // vi: sw=4 ts=4 noet tw=80 cc=80 |