gemini-server/include/information.hpp

15 lines
265 B
C++

#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