patch: refactor auth handling. seperate each auth method into their own module.
This commit is contained in:
parent
7d8163539c
commit
a257d7899e
12 changed files with 186 additions and 157 deletions
|
|
@ -55,7 +55,8 @@
|
|||
#endif
|
||||
#include "DLCTexturePack.h"
|
||||
#include "..\Minecraft.World\HandshakeManager.h"
|
||||
#include "..\Minecraft.World\AuthModule.h"
|
||||
#include "..\Minecraft.World\SessionAuthModule.h"
|
||||
#include "..\Minecraft.World\OfflineAuthModule.h"
|
||||
#include "AuthScreen.h"
|
||||
|
||||
#ifdef _WINDOWS64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue