File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -1546,6 +1546,19 @@ struct REParameterDef : public sdk::tdb84::REParameterDef {};
15461546struct GenericListData : public sdk ::tdb84::GenericListData {};
15471547using 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
15501563struct RETypeDB_ : public sdk ::tdb81::TDB {};
15511564struct REMethodDefinition_ : public sdk ::tdb81::REMethodDefinition {};
You can’t perform that action at this time.
0 commit comments