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