part 3 complete
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user