From f4d3e04033402128093ce54c75a52f53d17bba1d Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Wed, 28 Feb 2024 18:49:58 +0100 Subject: sokol_glue.h documentation --- sokol_glue.h | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/sokol_glue.h b/sokol_glue.h index c4794c1b..1fb34802 100644 --- a/sokol_glue.h +++ b/sokol_glue.h @@ -30,14 +30,9 @@ OVERVIEW ======== - The sokol core headers should not depend on each other, but sometimes - it's useful to have a set of helper functions as "glue" between - two or more sokol headers. - - This is what sokol_glue.h is for. Simply include the header after other - sokol headers (both for the implementation and declaration), and - depending on what headers have been included before, sokol_glue.h - will make available "glue functions". + sokol_glue.h provides glue helper functions between sokol_gfx.h and sokol_app.h, + so that sokol_gfx.h doesn't need to depend on sokol_app.h but can be + used with different window system glue libraries. PROVIDED FUNCTIONS ================== -- cgit v1.2.3