From 8b6e0b328403bb6006be50184abc6f545ee1daa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Tue, 26 Feb 2019 22:29:23 -0800 Subject: [PATCH] Cleanup. --- include/bgfx/c99/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bgfx/c99/platform.h b/include/bgfx/c99/platform.h index 0e8e408c1..52e05042a 100644 --- a/include/bgfx/c99/platform.h +++ b/include/bgfx/c99/platform.h @@ -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;