summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/level-1/common.hpp
blob: 2977077875d81283698d86cea1f7ac952a192185 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

namespace intellect {
namespace level1 {

struct ref;
template <typename T> struct vref;

}
}