faet: add tile selector

This commit is contained in:
2021-09-02 18:37:16 +02:00
parent ba291a1428
commit fc9c07f041
6 changed files with 75 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ namespace WorldLoader {
GL::VAO loadMobModel();
GL::VAO loadWorldModel(const td::game::World* world);
GL::VAO loadTileSelectModel();
} // namespace WorldLoader