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
+9
View File
@@ -15,6 +15,15 @@
* @return GList of char containing the name of the mod folder in order
*/
GList * listMods(int appid);
/**
* @brief Change the mod order by swaping two mod
*
* @param appid the game
* index of the mod in the mod list.
* @param modId
* @param modId2
*/
void swapPlace(int appid, int modId, int modId2);
#endif