github.com/jonasnick/go-ethereum@v0.7.12-0.20150216215225-22176f05d387/ui/qt/webengine/cpp/webengine.h (about)

     1  #ifndef WEBENGINE_H
     2  #define WEBENGINE_H
     3  
     4  #ifdef __cplusplus
     5  extern "C" {
     6  #endif
     7  
     8  void webengineInitialize();
     9  
    10  #ifdef __cplusplus
    11  } // extern "C"
    12  #endif
    13  
    14  #endif // WEBENGINE_H