Mercurial > minori
comparison include/library/library.h @ 222:b9f111d84d95
*: move to semver, remove old macos build, add library files
I'm retarded and can't commit files right
| author | Paper <paper@paper.us.eu.org> | 
|---|---|
| date | Mon, 08 Jan 2024 13:22:09 -0500 | 
| parents | |
| children | 84e0a3c4737a | 
   comparison
  equal
  deleted
  inserted
  replaced
| 221:53211cb1e7f5 | 222:b9f111d84d95 | 
|---|---|
| 1 #ifndef __library__library_h | |
| 2 #define __library__library_h | |
| 3 | |
| 4 #include "library/library.h" | |
| 5 | |
| 6 #include <unordered_map> | |
| 7 #include <string> | |
| 8 | |
| 9 // int = anime id, map = episode, paths | |
| 10 extern std::unordered_map<int, std::unordered_map<int, std::string>> library; | |
| 11 | |
| 12 void SearchLibraryFolders(); | |
| 13 | |
| 14 #endif // __library__library_h | 
