Sha256: d4b783bca4c543b7696693ae155c05a88c8fa7b1ee9b844250881452ed60a393
Contents?: true
Size: 390 Bytes
Versions: 20
Compression:
Stored size: 390 Bytes
Contents
#ifndef QTSVG_SMOKE_H #define QTSVG_SMOKE_H #include <smoke.h> // Defined in smokedata.cpp, initialized by init_qtsvg_Smoke(), used by all .cpp files extern "C" SMOKE_EXPORT Smoke* qtsvg_Smoke; extern "C" SMOKE_EXPORT void init_qtsvg_Smoke(); extern "C" SMOKE_EXPORT void delete_qtsvg_Smoke(); #ifndef QGLOBALSPACE_CLASS #define QGLOBALSPACE_CLASS class QGlobalSpace { }; #endif #endif
Version data entries
20 entries across 20 versions & 2 rubygems