* Add some missing classes to the Smoke library for the C# and Ruby bindings.
[kdebindings.git] / smoke / qt_smoke.h
bloba834d76fcdf035679e156e49d29bc4070a9463c7
1 #ifndef QT_SMOKE_H
2 #define QT_SMOKE_H
4 #include <smoke.h>
6 // Defined in smokedata.cpp, initialized by init_qt_Smoke(), used by all .cpp files
7 extern SMOKE_EXPORT Smoke* qt_Smoke;
8 extern SMOKE_EXPORT void init_qt_Smoke();
10 #ifndef QGLOBALSPACE_CLASS
11 #define QGLOBALSPACE_CLASS
12 class QGlobalSpace { };
13 #endif
15 #endif