From 7f34f2ef5c9ec8cbb6d4eca1aa45def4d7f98f9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Fri, 18 Sep 2015 22:16:21 -0700 Subject: [PATCH] Updated docs. --- overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overview.html b/overview.html index 379d7ca6a..fc03529aa 100644 --- a/overview.html +++ b/overview.html @@ -563,7 +563,7 @@ device or OpenGL context.

#include <bgfxplatform.h> // it must be included after SDL to enable SDL // integration code path. -#include <bgfx.h> +#include <bgfx/bgfx.h> ... int main(...