Skip to content

Commit 18e1bc3

Browse files
authored
Merge pull request #17 from AceSLS/dev
Fix incomplete thunk in vftableinfo.hpp
2 parents c8d8cc0 + f2424c7 commit 18e1bc3

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/vftableinfo.hpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22

33
namespace VFTIndexes
44
{
5-
namespace IClientUser
6-
{
7-
constexpr int GetSteamID = 10;
8-
}
95
namespace IClientApps
106
{
7+
constexpr int RequestAppInfoUpdate = 7;
118
constexpr int GetDLCCount = 8;
129
constexpr int GetDLCDataByIndex = 9;
1310
constexpr int GetAppType = 10;
11+
constexpr int GetUpdateInfo = 20;
1412
}
13+
1514
namespace IClientAppManager
1615
{
1716
constexpr int InstallApp = 0;

0 commit comments

Comments
 (0)