mirror of
https://github.com/tstellar/bygfoot.git
synced 2025-01-31 16:04:48 +01:00
21 lines
613 B
Plaintext
21 lines
613 B
Plaintext
|
gy<EFBFBD>z<EFBFBD>
|
|||
|
|
|||
|
working on: loading of countries, leagues and cups from xml files.
|
|||
|
|
|||
|
current tasks:
|
|||
|
implement a function 'file_check_home_dir' in file.c that checks whether
|
|||
|
the files and directories that should be in the user's home dir are there;
|
|||
|
if not, they get created/copied.
|
|||
|
|
|||
|
list of dirs:
|
|||
|
$HOME/.bygfoot
|
|||
|
$HOME/.bygfoot/saves
|
|||
|
$HOME/.bygfoot/definitions
|
|||
|
$HOME/.bygfoot/names
|
|||
|
|
|||
|
list of files:
|
|||
|
$HOME/.bygfoot/definitions/{any xml files found in the support_files/definitions directory}
|
|||
|
$HOME/.bygfoot/names/{any files found in the support_files/names directory}
|
|||
|
|
|||
|
the function should get called in bygfoot_init in main.c.
|