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

#include "../level-1/level-1.hpp"
#include "../level-2/level-2.hpp"

namespace habitstarts {

decl(habit);

}