13 lines
81 B
C++
13 lines
81 B
C++
|
#include "item.hpp"
|
||
|
|
||
|
namespace aaa {
|
||
|
namespace bbb {
|
||
|
|
||
|
void
|
||
|
Item::go ( )
|
||
|
{
|
||
|
}
|
||
|
|
||
|
}
|
||
|
}
|