mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-26 11:14:46 +00:00
9 lines
60 B
C++
9 lines
60 B
C++
#include "item.hpp"
|
|
|
|
namespace aaa {
|
|
|
|
void Item::go()
|
|
{
|
|
}
|
|
}
|