update entities render to use rigs

This commit is contained in:
MihailRis
2024-07-02 15:04:41 +03:00
parent 8e08f79b54
commit 56ef207b7d
4 changed files with 63 additions and 24 deletions
+4 -1
View File
@@ -68,8 +68,11 @@ class Assets;
class LineBatch;
class ModelBatch;
class Frustum;
class Rig;
class Entities;
namespace riggining {
struct Rig;
class RigConfig;
}
class Entity {
Entities& entities;