Removed superfluous documentation file

This commit is contained in:
DawnFire42 2026-03-06 00:31:39 -05:00
parent a83005994b
commit ae42593968
No known key found for this signature in database
GPG key ID: 24BB855EE2911B33
3 changed files with 0 additions and 44 deletions

View file

@ -6,8 +6,6 @@
* This struct encapsulates all settings that can be configured when starting
* a local game, providing a clean interface that prevents parameter explosion
* as more options are added in the future.
*
* @note User documentation: doc/doxygen/extra-pages/user_documentation/local_game/starting_a_local_game.md
*/
#ifndef LOCAL_GAME_OPTIONS_H