about summary refs log tree commit diff stats
path: root/data/maps/the_literate/metadata.txtpb
blob: 76d1df683356dcd9e598fd51ee857796fae61ac3 (plain) (blame)
1
display_name: "The Literate"
#include <filesystem> #include <random> #include <tuple> class imagenet { public: explicit imagenet(std::string path); // returns bytedata, extension std::tuple<std::string, std::string> getImageForNotion(int notion_id, std::mt19937& rng) const; private: std::filesystem::path path_; }; #endif /* end of include guard: IMAGENET_H_41BE424F */