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(...