MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / AccountLoginLayer

Class AccountLoginLayer

Source/AccountLoginLayer.h:36–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35
36class AccountLoginLayer : public PopupLayer
37{
38public:
39 LoadingCircle* _loadingcircle;
40 static AccountLoginLayer* create();
41
42 bool init();
43 void onHttpRequestCompleted(ax::network::HttpClient* sender, ax::network::HttpResponse* response);
44};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected