#pragma once #include "common.hpp" namespace big { class backend { public: static void loop(); }; }