diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-17 20:13:55 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-17 20:13:55 +0100 |
commit | 7cc451791ccae906381f4b7e1896b94cfc112563 (patch) | |
tree | 670aef24253df0496bfce3a968438993d18163fb /src | |
parent | f68fdab4d46cea640fe1a40266ef1cd32e6d7426 (diff) |
removed metadata header
Diffstat (limited to 'src')
-rw-r--r-- | src/crepe/api/Button.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/api/Button.h b/src/crepe/api/Button.h index 25d74e2..b5ef605 100644 --- a/src/crepe/api/Button.h +++ b/src/crepe/api/Button.h @@ -3,7 +3,6 @@ #include <functional> #include "Event.h" -#include "Metadata.h" #include "UIObject.h" namespace crepe { |