added a bit of doc and some games

This commit is contained in:
Marc
2022-10-03 20:33:57 +02:00
parent 68308d9df5
commit 9325a087ee
11 changed files with 92 additions and 6 deletions
+7
View File
@@ -1 +1,8 @@
/**
* @brief Get the user home dir regardless if he used sudo.
*
* @return char* path to the home dir
*/
char * getHome();