view include/library/library.h @ 234:8ccf0302afb1

dep/animia: convert xlib code to xcb I'm not *entirely* sure if this will work correctly for everything, but it works fine enough
author Paper <mrpapersonic@gmail.com>
date Tue, 16 Jan 2024 08:08:42 -0500
parents 84e0a3c4737a
children 862d0d8619f6
line wrap: on
line source

#ifndef __library__library_h
#define __library__library_h

#include "library/library.h"

#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