Mercurial > wgsdk
diff src/include/config.h @ 0:d91dfd53b8b4
Initial commit
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sun, 07 Aug 2022 07:26:27 -0400 |
parents | |
children | 7abb5d8b20ea |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/include/config.h Sun Aug 07 07:26:27 2022 -0400 @@ -0,0 +1,10 @@ +#ifndef __config_h +#define __config_h +struct config_t { + int display_title; + int show_elapsed_time; +}; + +int cfg_load(struct config_t* config); +int cfg_save(struct config_t config); +#endif \ No newline at end of file