webengine.h 175 Bytes
#ifndef WEBENGINE_H
#define WEBENGINE_H

#ifdef __cplusplus
extern "C" {
#endif

void webengineInitialize();

#ifdef __cplusplus
} // extern "C"
#endif

#endif // WEBENGINE_H