mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-19 02:10:27 -05:00
9 lines
60 B
C++
9 lines
60 B
C++
#include "item.hpp"
|
|
|
|
namespace aaa {
|
|
|
|
void Item::go()
|
|
{
|
|
}
|
|
}
|