#ifndef WEBENGINE_H
#define WEBENGINE_H
#ifdef __cplusplus
extern "C" {
#endif
void webengineInitialize();
} // extern "C"
#endif // WEBENGINE_H