common: net_api: add a note about reserved bit for deprecated extension

This commit is contained in:
Alibek Omarov
2025-12-01 01:04:51 +05:00
parent cfa8e639f1
commit e05d6ec27c

View File

@@ -27,6 +27,7 @@
// Set this flag for things like broadcast requests, etc. where the engine should not
// kill the request hook after receiving the first response
#define FNETAPI_MULTIPLE_RESPONSE ( 1<<0 )
// 1<<1 is reserved for deprecated xash3d-fwgs extension
struct net_response_s;
typedef void (*net_api_response_func_t) ( struct net_response_s *response );