diff --git a/overview.html b/overview.html index fc03529aa..ff8993e39 100644 --- a/overview.html +++ b/overview.html @@ -560,8 +560,8 @@ provides access to native window handle that’s used to create Direct3D device or OpenGL context.
Using bgfx with SDL example:
#include <SDL.h>
-#include <bgfxplatform.h> // it must be included after SDL to enable SDL
- // integration code path.
+#include <bgfx/bgfxplatform.h> // it must be included after SDL to enable SDL
+ // integration code path.
#include <bgfx/bgfx.h>
...