Skip to content

Commit bcdf18d

Browse files
committed
MH Stories 3: Progress
1 parent aed5a98 commit bcdf18d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

shared/sdk/RETypeDB.hpp

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1546,6 +1546,19 @@ struct REParameterDef : public sdk::tdb84::REParameterDef {};
15461546
struct GenericListData : public sdk::tdb84::GenericListData {};
15471547
using ParamList = sdk::tdb84::ParamList;
15481548

1549+
#elif TDB_VER >= 82
1550+
struct RETypeDB_ : public sdk::tdb82::TDB {};
1551+
struct REMethodDefinition_ : public sdk::tdb82::REMethodDefinition {};
1552+
struct REMethodImpl : public sdk::tdb82::REMethodImpl {};
1553+
using REField_ = sdk::tdb82::REField;
1554+
struct REFieldImpl : public sdk::tdb82::REFieldImpl {};
1555+
struct RETypeImpl : public sdk::tdb82::RETypeImpl {};
1556+
struct REPropertyImpl : public sdk::tdb82::REPropertyImpl {};
1557+
struct REProperty : public sdk::tdb82::REProperty {};
1558+
struct REParameterDef : public sdk::tdb82::REParameterDef {};
1559+
struct GenericListData : public sdk::tdb82::GenericListData {};
1560+
using ParamList = sdk::tdb82::ParamList;
1561+
15491562
#elif TDB_VER >= 81
15501563
struct RETypeDB_ : public sdk::tdb81::TDB {};
15511564
struct REMethodDefinition_ : public sdk::tdb81::REMethodDefinition {};

0 commit comments

Comments
 (0)