feat(glue): implement character deletion

This commit is contained in:
VDm 2025-04-06 16:16:43 +04:00
parent 4e7a4fb87a
commit 98111f2920
12 changed files with 283 additions and 110 deletions

View file

@ -0,0 +1,14 @@
#ifndef CLIENTOBJECT_PLAYER_C_HPP
#define CLIENTOBJECT_PLAYER_C_HPP
#include <cstdint>
class CreatureModelDataRec;
const CreatureModelDataRec* Player_C_GetModelName(uint32_t race, uint32_t sex);
uint32_t Player_C_GetDisplayId(uint32_t race, uint32_t sex);
#endif // CLIENTOBJECT_PLAYER_C_HPP