mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-04 17:19:09 +00:00
feat(glue): implement character deletion
This commit is contained in:
parent
4e7a4fb87a
commit
98111f2920
12 changed files with 283 additions and 110 deletions
14
src/clientobject/Player_C.hpp
Normal file
14
src/clientobject/Player_C.hpp
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue