engine: client: make some simple functions, like querying entity by index, getting local player, inline

This commit is contained in:
Alibek Omarov
2024-11-17 13:37:32 +03:00
parent c5471fe6fd
commit 56c19c4f5a
4 changed files with 41 additions and 84 deletions
-1
View File
@@ -687,7 +687,6 @@ struct sv_client_s;
typedef struct sizebuf_s sizebuf_t;
qboolean CL_IsInGame( void );
qboolean CL_IsInConsole( void );
qboolean CL_IsThirdPerson( void );
qboolean CL_IsIntermission( void );
qboolean CL_Initialized( void );
char *CL_Userinfo( void );