Not finished, but no more time for improvements

This commit is contained in:
Christopher Sanden
2025-11-14 12:13:21 +01:00
parent 58772c0488
commit b8aa672431
3 changed files with 18 additions and 2 deletions

View File

@@ -101,6 +101,6 @@ typedef bool (*FSongRead)(
void ReadSongsFromFile(const std::string& aFilename, FSongRead aOnSongRead);
void PrintList(TLinkedList* list);
#endif // SHARED_LIB_H