diff options
| -rw-r--r-- | sokol_glue.h | 11 |
1 files 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 ================== |