19 lines
277 B
C++
19 lines
277 B
C++
#pragma once
|
|
|
|
#include "mt/macro.h"
|
|
#include "mtb/MapThingGroup.h"
|
|
|
|
namespace mt
|
|
{
|
|
|
|
DECLARE_ID_TABLE(MapThingGroup, mtb::MapThingGroup,
|
|
"mapThingGroup@mapThingGroup.json",
|
|
"mtGroupId")
|
|
public:
|
|
|
|
void Init1();
|
|
|
|
};
|
|
|
|
}
|