aboutsummaryrefslogtreecommitdiff
path: root/backends/networking/curl/cloudicon.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/networking/curl/cloudicon.h')
-rw-r--r--backends/networking/curl/cloudicon.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/backends/networking/curl/cloudicon.h b/backends/networking/curl/cloudicon.h
index 24c1fd6f71..7cecf3acde 100644
--- a/backends/networking/curl/cloudicon.h
+++ b/backends/networking/curl/cloudicon.h
@@ -23,11 +23,16 @@
#ifndef BACKENDS_NETWORKING_CURL_CLOUDICON_H
#define BACKENDS_NETWORKING_CURL_CLOUDICON_H
+#include "graphics/transparent_surface.h"
+
namespace Networking {
class CloudIcon {
int _frame;
- bool _wasVisible;
+ bool _wasVisible, _iconsInited;
+ Graphics::TransparentSurface _icon;
+
+ void initIcons();
public:
CloudIcon();