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