#include "rooms.h" namespace game { int init() { rooms::load(); return 0; } }