blob: 890d8b22cd39a6918c8f785168589cc7d9463430 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#include "concepts.hpp"
namespace intellect {
namespace level1 {
namespace concepts {
ref nothing("nothing");
ref is("is");
ref anonymous("anonymous");
ref link("link");
ref name("name");
ref allocation("allocation"), part("part"), group("group");
}
}
}
|