mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-05-02 22:57:59 +03:00
reformat with .clang-format
This commit is contained in:
parent
28df4be348
commit
bc9246b1d4
13 changed files with 1263 additions and 1333 deletions
|
@ -3,13 +3,9 @@
|
|||
|
||||
#include "json-parser/json.h"
|
||||
|
||||
json_value *tr1m_json_get_field(
|
||||
json_value *root,
|
||||
json_type field_type,
|
||||
const char *name,
|
||||
int *pIndex
|
||||
);
|
||||
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);
|
||||
int tr1m_json_get_boolean_value(json_value* root, const char* name);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue