1 #ifndef BLANK_APP_TEXTUREINDEX_HPP_
2 #define BLANK_APP_TEXTUREINDEX_HPP_
12 using MapType = std::map<std::string, int>;
17 int GetID(const std::string &);
19 std::size_t Size() const noexcept { return id_map.size(); }
20 const MapType &Entries() const noexcept { return id_map; }