Просмотр исходного кода

includes correct c99 header file.

Vinjn Zhang 9 лет назад
Родитель
Сommit
139120655d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      include/bgfx/c99/bgfxplatform.h

+ 1 - 1
include/bgfx/c99/bgfxplatform.h

@@ -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
 {