Sfoglia il codice sorgente

Added PFN_BGFX_GET_INTERFACE.

Бранимир Караџић 6 anni fa
parent
commit
d03c20ca68
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      include/bgfx/c99/bgfx.h

+ 3 - 0
include/bgfx/c99/bgfx.h

@@ -674,6 +674,9 @@ typedef struct bgfx_encoder_s bgfx_encoder_t;
 
 
 #include "bgfx.idl.h"
 #include "bgfx.idl.h"
 
 
+/**/
+typedef bgfx_interface_vtbl_t* (*PFN_BGFX_GET_INTERFACE)(uint32_t _version);
+
 /**/
 /**/
 BGFX_C_API bgfx_interface_vtbl_t* bgfx_get_interface(uint32_t _version);
 BGFX_C_API bgfx_interface_vtbl_t* bgfx_get_interface(uint32_t _version);