plugeth/ui/qt/webengine/cpp/webengine.h

15 lines
175 B
C
Raw Normal View History

2015-01-28 19:50:20 +00:00
#ifndef WEBENGINE_H
#define WEBENGINE_H
#ifdef __cplusplus
extern "C" {
#endif
void webengineInitialize();
#ifdef __cplusplus
} // extern "C"
#endif
#endif // WEBENGINE_H