blob: 3ca29df9fccf8520bdbd467acc56d0b0af7519c1 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef TQT_SMOKE_H
#define TQT_SMOKE_H
// Defined in smokedata.cpp, initialized by init_qt_Smoke(), used by all .cpp files
extern Smoke* qt_Smoke;
class TQGlobalSpace { };
#endif
|