11 lines
65 B
C++
11 lines
65 B
C++
#ifndef A_HPP
|
|
#define A_HPP
|
|
|
|
namespace A {
|
|
|
|
void A();
|
|
|
|
}
|
|
|
|
#endif
|