16 lines
231 B
C++
16 lines
231 B
C++
#pragma once
|
|
|
|
#include "mt/macro.h"
|
|
#include "mtb/LootConfig.h"
|
|
|
|
namespace mt
|
|
{
|
|
|
|
DECLARE_ID_TABLE(LootConfig, mtb::LootConfig,
|
|
"lootConfig@lootConfig.json",
|
|
"id")
|
|
public:
|
|
};
|
|
|
|
}
|