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 } }