The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#ifndef QTSQL_SMOKE_H
#define QTSQL_SMOKE_H

#include <smoke.h>

// Defined in smokedata.cpp, initialized by init_qtsql_Smoke(), used by all .cpp files
extern "C" SMOKE_EXPORT Smoke* qtsql_Smoke;
extern "C" SMOKE_EXPORT void init_qtsql_Smoke();
extern "C" SMOKE_EXPORT void delete_qtsql_Smoke();

#ifndef QGLOBALSPACE_CLASS
#define QGLOBALSPACE_CLASS
class QGlobalSpace { };
#endif

#endif