#pragma once #include "ref.hpp" namespace intellect { namespace level2 { namespace concepts { static ref context("context"); static ref habit("habit"); static ref next("next"); static ref positional("positional"); static ref argument("argument"); } } }