Merge pull request #721 from vinjn/master

includes correct c99 header file.
This commit is contained in:
Branimir Karadžić 2016-03-16 19:10:04 -07:00
commit d2442511d2

View File

@ -13,7 +13,7 @@
// necessary to use this header in conjunction with creating windows.
#include <bx/platform.h>
#include <bgfx/c99/bgfxplatform.h>
#include <bgfx/c99/bgfx.h>
typedef enum bgfx_render_frame
{