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