17 lines
222 B
C++
17 lines
222 B
C++
#pragma once
|
|
|
|
#include "mt/macro.h"
|
|
#include "mtb/RankRoom.h"
|
|
|
|
namespace mt
|
|
{
|
|
|
|
DECLARE_ID_TABLE(RankRoom, mtb::RankRoom,
|
|
"rankRoom@rankRoom.json",
|
|
"id")
|
|
public:
|
|
|
|
};
|
|
|
|
}
|