This commit is contained in:
Бранимир Караџић 2019-02-26 22:29:23 -08:00
parent 85516f192e
commit 8b6e0b3284

View File

@ -36,7 +36,7 @@ BGFX_C_API bgfx_render_frame_t bgfx_render_frame(int32_t _msecs);
/**/
BGFX_C_API void bgfx_set_platform_data(const bgfx_platform_data_t* _data);
typedef struct bgfx_internal_datauint8_t
typedef struct bgfx_internal_data
{
const struct bgfx_caps* caps;
void* context;