diff --git a/x64/auth.hpp b/x64/auth.hpp index d184dd6..d735076 100644 --- a/x64/auth.hpp +++ b/x64/auth.hpp @@ -40,6 +40,7 @@ namespace KeyAuth { std::string fetchonline(); void fetchstats(); void forgot(std::string username, std::string email); + void logout(); class subscriptions_class { public: diff --git a/x64/library_x64.lib b/x64/library_x64.lib index 3f566c7..c39fbb9 100644 Binary files a/x64/library_x64.lib and b/x64/library_x64.lib differ