#ifndef GEMINISERVER_INFORMATION_HPP #define GEMINISERVER_INFORMATION_HPP namespace gemini { /** * \brief This struct is used to store information inside, used by any other class/struct. */ struct Information { }; } #endif //GEMINISERVER_INFORMATION_HPP