diff options
Diffstat (limited to 'src/gameserver.h')
-rw-r--r-- | src/gameserver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gameserver.h b/src/gameserver.h index f27ad5c..a8fe085 100644 --- a/src/gameserver.h +++ b/src/gameserver.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 @@ -21,7 +21,7 @@ * Returns the spawn count / server number which the engine increments every new * map. Can be used to help keep track of map changes, disconnects and such. */ -int gameserver_spawncount(void); +int gameserver_spawncount(); #endif |