forked from qt-creator/qt-creator
7 lines
85 B
C++
7 lines
85 B
C++
|
|
#ifndef HEADER_HPP
|
||
|
|
#define HEADER_HPP
|
||
|
|
|
||
|
|
extern "C" void impl();
|
||
|
|
|
||
|
|
#endif // HEADER_HPP
|