* Add a patch from Davor Ocelic.
[kdebindings.git] / smoke / qimageblitz_smoke.h
blob23312e9509456589ef6c652c50555223a5c53e86
1 #ifndef QIMAGEBLITZ_SMOKE_H
2 #define QIMAGEBLITZ_SMOKE_H
4 #include <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 { };
13 #endif
15 #endif