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