#pragma once #include namespace http { mtx::http::Client * client(); bool is_logged_in(); //! Initialize the http module void init(); }