server compilable

This commit is contained in:
Kolyah35
2026-03-26 03:48:08 +03:00
parent cbd81b47ce
commit a45c01d013
96 changed files with 3344 additions and 7975 deletions

View File

@@ -117,7 +117,7 @@ public:
virtual SynchedEntityData* getEntityData();
virtual const SynchedEntityData* getEntityData() const;
__inline bool isEntityType(int type) { return getEntityTypeId() == type; }
inline bool isEntityType(int type) { return getEntityTypeId() == type; }
virtual int getEntityTypeId() const = 0;
virtual int getCreatureBaseType() const { return 0; }
virtual EntityRendererId queryEntityRenderer() { return ER_DEFAULT_RENDERER; }