diff options
Diffstat (limited to 'src/crepe/api/Button.h')
-rw-r--r-- | src/crepe/api/Button.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/crepe/api/Button.h b/src/crepe/api/Button.h index 18f3def..0dfad5d 100644 --- a/src/crepe/api/Button.h +++ b/src/crepe/api/Button.h @@ -1,8 +1,10 @@ #pragma once -#include "UiObject.h" #include <functional> +#include "UiObject.h" + + namespace crepe { /** |