forked from qt-creator/qt-creator
11 lines
121 B
C
11 lines
121 B
C
|
|
#ifndef GLUE_H
|
||
|
|
#define GLUE_H
|
||
|
|
|
||
|
|
struct Glue {
|
||
|
|
struct it {
|
||
|
|
static void together();
|
||
|
|
};
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif // GLUE_H
|