Untitled

 avatar
unknown
plain_text
3 years ago
585 B
5
Indexable
char *_cfg_boot_msg = {
    "# # # # # # # # # # # # # # GENERAL CONFIGURATION # # # # # # # # # # # #\n"
    "# This file was generated on first time boot.				 #\n"
    "#									 #\n"
    "# Here you can configure the game dinamics as you wish, 		 #\n"
    "# Every change's applied on the game will be saved here for next boot.	 #\n"
    "# Any applicable changes are set during boot				 #\n"
    "#									 #\n"
    "# For more information visit https://github.com/waifro/c4chess		 #\n"
    "# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #"
};