diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-01 21:14:35 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-01 21:14:35 +0100 |
commit | c396ae5f78222a7c3547ae5e2ce719ae143acb66 (patch) | |
tree | 8c593a5d4718ea399ce8e42bd826a660f86f3720 /src/crepe/api/Button.h | |
parent | 34218886689a57004576486976038027732d8bcc (diff) |
start of text component
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 { /** |