* Add some missing classes to the Smoke library for the C# and Ruby bindings.
[kdebindings.git] / smoke / plasma_smoke.h
blobf912dd6b19ba09a9486cca6c5f1ae05e3ece62e6
1 #ifndef PLASMA_SMOKE_H
2 #define PLASMA_SMOKE_H
4 #include <smoke.h>
6 extern SMOKE_EXPORT Smoke* plasma_Smoke;
7 extern SMOKE_EXPORT void init_plasma_Smoke();
9 #ifndef QGLOBALSPACE_CLASS
10 #define QGLOBALSPACE_CLASS
11 class QGlobalSpace { };
12 #endif
14 #endif