From e26f449409d62a2ef7b3813c23b9b0278e5d4841 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?=
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>
...