From 3a284f80843d66b3387d84872a7fa94df8d579da Mon Sep 17 00:00:00 2001 From: GH Action Date: Thu, 14 Nov 2024 09:50:04 +0000 Subject: [PATCH] updated (https://github.com/floooh/sokol/commit/bfab51e798ae29f54cc16f026ac2494b61ea3c8c) --- src/sokol/c/sokol_gfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sokol/c/sokol_gfx.h b/src/sokol/c/sokol_gfx.h index 1b37c85..6a7dbe6 100644 --- a/src/sokol/c/sokol_gfx.h +++ b/src/sokol/c/sokol_gfx.h @@ -16598,7 +16598,7 @@ typedef struct { uint64_t lo, hi; } _sg_u128_t; -_sg_u128_t _sg_u128(void) { +_SOKOL_PRIVATE _sg_u128_t _sg_u128(void) { _sg_u128_t res; _sg_clear(&res, sizeof(res)); return res;