nsd: add GetApplicationServerEnvironmentType

This commit is contained in:
Liam 2023-07-17 21:34:23 -04:00
parent f2b6eed2ca
commit 0cd5b83aa3
2 changed files with 17 additions and 1 deletions

View file

@ -19,6 +19,7 @@ public:
private:
void Resolve(HLERequestContext& ctx);
void ResolveEx(HLERequestContext& ctx);
void GetApplicationServerEnvironmentType(HLERequestContext& ctx);
};
} // namespace Service::Sockets