Updated docs.

This commit is contained in:
Branimir Karadžić
2015-09-20 17:15:04 -07:00
parent 7f34f2ef5c
commit e26f449409

View File

@@ -560,8 +560,8 @@ provides access to native window handle that’s used to create Direct3D
device or OpenGL context.</p>
<p>Using bgfx with SDL example:</p>
<div class="highlight-python"><div class="highlight"><pre>#include &lt;SDL.h&gt;
#include &lt;bgfxplatform.h&gt; // it must be included after SDL to enable SDL
// integration code path.
#include &lt;bgfx/bgfxplatform.h&gt; // it must be included after SDL to enable SDL
// integration code path.
#include &lt;bgfx/bgfx.h&gt;
...