diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-17 20:12:54 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-17 20:12:54 +0100 |
commit | f68fdab4d46cea640fe1a40266ef1cd32e6d7426 (patch) | |
tree | dd31829c60dcb7000949621b762ac1b1624e03ac /src/crepe/api/Button.h | |
parent | eb9c76082d7d0ee0c3e55cb8eadfa5f8978bd8f2 (diff) |
make format
Diffstat (limited to 'src/crepe/api/Button.h')
-rw-r--r-- | src/crepe/api/Button.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/Button.h b/src/crepe/api/Button.h index 5d4156b..25d74e2 100644 --- a/src/crepe/api/Button.h +++ b/src/crepe/api/Button.h @@ -2,9 +2,9 @@ #include <functional> -#include "UIObject.h" #include "Event.h" #include "Metadata.h" +#include "UIObject.h" namespace crepe { |