multiple mobs render

This commit is contained in:
2023-06-28 22:51:36 +02:00
parent b985cc7ade
commit 66b39e1855
4 changed files with 50 additions and 10 deletions

View File

@@ -2,13 +2,14 @@
#include "GLLoader.h"
#include "render/Renderer.h"
#include "game/Mobs.h"
namespace td {
namespace render {
namespace MobLoader {
TexturedModel LoadMobModel();
TexturedModel LoadMobModel(game::MobType mobType);
} // namespace MobLoader