blob: 4c36a048cba965b999314a7234ea9b07d3255094 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#pragma once
#define self (*this)
namespace intellect {
namespace level0 {
struct concept;
struct ref;
template <typename T> struct value;
template <typename T> struct vref;
}
}
|