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