summaryrefslogtreecommitdiffhomepage
path: root/View.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-05-17 19:17:31 +0200
committerAki <please@ignore.pl>2022-05-17 19:17:31 +0200
commit405563345e30b757829b3411b0f33cb166793ad7 (patch)
treea764cdc0841f9ca85de58e85e442411ea0e0f3ad /View.h
parente49474fc0dcff041a9fae2857273938481cc9ec9 (diff)
downloadderelict-405563345e30b757829b3411b0f33cb166793ad7.zip
derelict-405563345e30b757829b3411b0f33cb166793ad7.tar.gz
derelict-405563345e30b757829b3411b0f33cb166793ad7.tar.bz2
Added simple hovering
Diffstat (limited to 'View.h')
-rw-r--r--View.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/View.h b/View.h
index e259132..e58b539 100644
--- a/View.h
+++ b/View.h
@@ -22,4 +22,5 @@ private:
int m_grid;
float m_timer;
Texture2D m_texture;
+ Label* m_active;
};