#ifndef HIVE_MIND_CORE_USER_H_ #define HIVE_MIND_CORE_USER_H_ struct User { std::string user_id; std::string nick; }; #endif