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