Add enginestudio interface

Not really an interface but whatever
This commit is contained in:
8dcc
2023-07-24 16:29:19 +02:00
parent d5b8ce5b84
commit 4183a0c2f0
2 changed files with 8 additions and 4 deletions

View File

@@ -30,6 +30,7 @@ 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(engine_studio_api_t, enginestudio);
DECL_INTF_EXTERN(StudioModelRenderer_t, studiomodelrenderer);
extern cl_entity_t* localplayer;