17 lines
224 B
C++
17 lines
224 B
C++
#pragma once
|
|
|
|
#include "mt/macro.h"
|
|
#include "mtb/MapTplThingJson.h"
|
|
|
|
namespace mt
|
|
{
|
|
|
|
DECLARE_AUTO_ID_TABLE(MapTplThingJson, mtb::MapTplThingJson,
|
|
"",
|
|
"")
|
|
public:
|
|
|
|
};
|
|
|
|
}
|