forked from qt-creator/qt-creator
10 lines
84 B
C++
10 lines
84 B
C++
![]() |
#include "header.h"
|
||
|
|
||
|
#ifdef BUS_ONE
|
||
|
int one;
|
||
|
#endif
|
||
|
|
||
|
#ifdef BUS_TWO
|
||
|
int two;
|
||
|
#endif
|