add option to always show the healthbar

This commit is contained in:
rr- 2021-02-15 01:58:41 +01:00
parent 3b4b373282
commit 8b09221e90
7 changed files with 39 additions and 0 deletions

View file

@ -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