From 4939940a3a4128894f28642842bd1e1d8f5a6e1f Mon Sep 17 00:00:00 2001 From: Aleksander Guryanov Date: Fri, 28 Feb 2020 10:31:15 +0700 Subject: sokol_app.h should be included before sokol_gfx.h Hi, if I understand correctly idea then proposal changes is correct. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db95daf8..571b336e 100644 --- a/README.md +++ b/README.md @@ -168,8 +168,8 @@ separate sokol.c/.m implementation file which is necessary to split the Objective-C code from the C code of the sample): ```cpp -#include "sokol_gfx.h" #include "sokol_app.h" +#include "sokol_gfx.h" sg_pass_action pass_action; -- cgit v1.2.3