mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:30:04 +00:00
Load placefile icons into texture atlas cache
This commit is contained in:
parent
1f2d5227c4
commit
0f9fbdbf63
12 changed files with 237 additions and 44 deletions
|
|
@ -109,6 +109,8 @@ public:
|
|||
*/
|
||||
std::vector<std::shared_ptr<DrawItem>> GetDrawItems();
|
||||
|
||||
std::vector<std::shared_ptr<const IconFile>> icon_files();
|
||||
|
||||
std::string name() const;
|
||||
std::string title() const;
|
||||
std::unordered_map<std::size_t, std::shared_ptr<Font>> fonts();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue