aboutsummaryrefslogtreecommitdiff
path: root/sokol_fetch.h
diff options
context:
space:
mode:
Diffstat (limited to 'sokol_fetch.h')
-rw-r--r--sokol_fetch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sokol_fetch.h b/sokol_fetch.h
index 68ca33ed..8db9cfbf 100644
--- a/sokol_fetch.h
+++ b/sokol_fetch.h
@@ -939,6 +939,7 @@ SOKOL_API_DECL void sfetch_continue(sfetch_handle_t h);
/* reference-based equivalents for c++ */
inline void sfetch_setup(const sfetch_desc_t& desc) { return sfetch_setup(&desc); }
+inline sfetch_handle_t sfetch_send(const sfetch_request_t& request) { return sfetch_send(&request); }
#endif
#endif // SOKOL_FETCH_INCLUDED