mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-05-02 22:57:59 +03:00
add fov support
It's needed in order to avoid conflicts with GLRage. Basically we override the entire thing in a way that stays consistent with it. In the future it might be a subject to improvements.
This commit is contained in:
parent
ce62373ef9
commit
b85e2d34b6
7 changed files with 82 additions and 4 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
struct json_value_s* JSONGetField(struct json_value_s* root, const char* name);
|
||||
int8_t JSONGetBooleanValue(struct json_value_s* root, const char* name);
|
||||
int32_t JSONGetIntegerValue(struct json_value_s* root, const char* name);
|
||||
const char* JSONGetStringValue(struct json_value_s* root, const char* name);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue