1 #ifndef QIMAGEBLITZ_SMOKE_H
2 #define QIMAGEBLITZ_SMOKE_H
6 // Defined in smokedata.cpp, initialized by init_qimageblitz_Smoke(), used by all .cpp files
7 extern SMOKE_EXPORT Smoke
* qimageblitz_Smoke
;
8 extern SMOKE_EXPORT
void init_qimageblitz_Smoke();
10 #ifndef QGLOBALSPACE_CLASS
11 #define QGLOBALSPACE_CLASS
12 class QGlobalSpace
{ };