1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
#ifndef BW_APPLICATION_CEF_H #define BW_APPLICATION_CEF_H #ifdef __cplusplus extern "C" { #endif typedef struct { void* cef_client; int exit_code; } bw_ApplicationEngineImpl; #ifdef __cplusplus } #endif #endif//BW_APPLICATION_CEF_H