mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-05-02 22:57:59 +03:00
add option to always show the healthbar
This commit is contained in:
parent
3b4b373282
commit
8b09221e90
7 changed files with 39 additions and 0 deletions
|
@ -7,5 +7,6 @@ json_value* tr1m_json_get_field(
|
|||
json_value* root, json_type field_type, const char* name, int* pIndex);
|
||||
|
||||
int tr1m_json_get_boolean_value(json_value* root, const char* name);
|
||||
const char* tr1m_json_get_string_value(json_value* root, const char* name);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue