Add hClientDLL handler and i_studiomodelrenderer

Fix error string
This commit is contained in:
8dcc
2023-07-24 15:57:48 +02:00
parent fee20bb1ec
commit c48c4164f2
2 changed files with 22 additions and 2 deletions

View File

@@ -26,9 +26,11 @@
/*----------------------------------------------------------------------------*/
extern void* hw;
extern void** h_client; /* hClientDLL hander */
DECL_INTF_EXTERN(cl_enginefunc_t, engine);
DECL_INTF_EXTERN(cl_clientfunc_t, client);
DECL_INTF_EXTERN(playermove_t, pmove);
DECL_INTF_EXTERN(StudioModelRenderer_t, studiomodelrenderer);
extern cl_entity_t* localplayer;