part 3 complete

This commit is contained in:
Christopher Sanden
2025-11-08 14:51:28 +01:00
parent d6d627adad
commit 730987913e
10 changed files with 377 additions and 94 deletions

View File

@@ -3,6 +3,7 @@
#define SHARED_LIB_H
#include <string>
#include <functional>
#include "../Assignment-03/TAVL.h"
/// <summary>
/// Delegate type for processing a name read from a file.
@@ -97,4 +98,4 @@ typedef bool (*FSongRead)(
void ReadSongsFromFile(const std::string& aFilename, FSongRead aOnSongRead);
#endif // SHARED_LIB_H
#endif // SHARED_LIB_H