diff options
author | Adam NAILI | 2017-12-08 21:34:40 +0100 |
---|---|---|
committer | Adam NAILI | 2017-12-08 21:34:40 +0100 |
commit | 4bb6d10d3ffe0376389f9e6f08c90e155687aa91 (patch) | |
tree | 4cc973b194bb5bdabd494ed147e488e344d58305 /include/gui/button.h | |
parent | 81eb171910e03ecb06b3b984375622efbe48b739 (diff) | |
download | morpher-4bb6d10d3ffe0376389f9e6f08c90e155687aa91.tar.gz |
Including window.h
Diffstat (limited to 'include/gui/button.h')
-rw-r--r-- | include/gui/button.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gui/button.h b/include/gui/button.h index 4d3bfe5..8537151 100644 --- a/include/gui/button.h +++ b/include/gui/button.h | |||
@@ -1,6 +1,7 @@ | |||
1 | #ifndef UPEM_MORPHING_BUTTON | 1 | #ifndef UPEM_MORPHING_BUTTON |
2 | #define UPEM_MORPHING_BUTTON | 2 | #define UPEM_MORPHING_BUTTON |
3 | 3 | ||
4 | #include "window.h" | ||
4 | /** | 5 | /** |
5 | * File: button.h | 6 | * File: button.h |
6 | * Buttons handling | 7 | * Buttons handling |