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