summaryrefslogtreecommitdiffstats
path: root/smoke/qt/qt_smoke.h
blob: 8859c2431844ee37dea941793a5bed0acdf0e5ee (plain)
1
2
3
4
5
6
7
8
9
#ifndef QT_SMOKE_H
#define QT_SMOKE_H

// Defined in smokedata.cpp, initialized by init_qt_Smoke(), used by all .cpp files
extern Smoke* qt_Smoke;

class TQGlobalSpace { };

#endif