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