sokol_fetch.cc 93 B

123456
  1. #define SOKOL_IMPL
  2. #include "sokol_fetch.h"
  3. void use_fetch_impl() {
  4. sfetch_setup({});
  5. }