Mercurial > minori
diff include/library/library.h @ 223:84e0a3c4737a
library: implement menu bar buttons
I also went ahead and put the links from Taiga in so I don't have to
worry about it later...
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Mon, 08 Jan 2024 16:54:16 -0500 |
parents | b9f111d84d95 |
children | 862d0d8619f6 |
line wrap: on
line diff
--- a/include/library/library.h Mon Jan 08 13:22:09 2024 -0500 +++ b/include/library/library.h Mon Jan 08 16:54:16 2024 -0500 @@ -6,9 +6,13 @@ #include <unordered_map> #include <string> +namespace Library { + // int = anime id, map = episode, paths extern std::unordered_map<int, std::unordered_map<int, std::string>> library; void SearchLibraryFolders(); -#endif // __library__library_h \ No newline at end of file +} + +#endif // __library__library_h