Sha256: ad28e39482be763bc3283396e9c42327fa285d303de797f92a36fd5d21b589b2
Contents?: true
Size: 396 Bytes
Versions: 16
Compression:
Stored size: 396 Bytes
Contents
#ifndef QTHELP_SMOKE_H #define QTHELP_SMOKE_H #include <smoke.h> // Defined in smokedata.cpp, initialized by init_qthelp_Smoke(), used by all .cpp files extern "C" SMOKE_EXPORT Smoke* qthelp_Smoke; extern "C" SMOKE_EXPORT void init_qthelp_Smoke(); extern "C" SMOKE_EXPORT void delete_qthelp_Smoke(); #ifndef QGLOBALSPACE_CLASS #define QGLOBALSPACE_CLASS class QGlobalSpace { }; #endif #endif
Version data entries
16 entries across 16 versions & 2 rubygems