summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/level-2/habits.hpp
blob: 0bff7f7013c58c6555a6f3008ce1f632260484ff (plain)
1
2
3
4
5
6
7
8
9
10
#include "common.hpp"

namespace intellect {
namespace level2 {

void ensurehabitscreated(); // for running from static code, for construction order


}
}