* Added command line tool example similar to 'sopranocmd'
[kdebindings.git] / smoke / qtscript_smoke.h
blobef44848012f343d6c992f23d90cc2270446ff923
1 #ifndef QTSCRIPT_SMOKE_H
2 #define QTSCRIPT_SMOKE_H
4 #include <smoke.h>
6 // Defined in smokedata.cpp, initialized by init_qsci_Smoke(), used by all .cpp files
7 extern SMOKE_EXPORT Smoke* qtscript_Smoke;
8 extern SMOKE_EXPORT void init_qtscript_Smoke();
10 #ifndef QGLOBALSPACE_CLASS
11 #define QGLOBALSPACE_CLASS
12 class QGlobalSpace { };
13 #endif
15 #endif