18 lines
280 B
C++
18 lines
280 B
C++
#pragma once
|
|
|
|
#include "mt/macro.h"
|
|
#include "mtb/FormulaPvp.h"
|
|
|
|
namespace mt
|
|
{
|
|
|
|
DECLARE_AUTO_ID_TABLE(FormulaPvp, mtb::FormulaPvp,
|
|
"pvp@formula.json"
|
|
)
|
|
public:
|
|
|
|
static const mt::FormulaPvp* GetByTopx(float topx);
|
|
};
|
|
|
|
}
|