diff options
author | Gunnar Beutner <gbeutner@serenityos.org> | 2021-05-20 14:27:58 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-21 23:38:18 +0200 |
commit | c3efae85f2abef3e13cb035839689cf040435aac (patch) | |
tree | 35439a842376511be8a6936d316dc898b22b1bb6 /AK | |
parent | 3e47eec862ef9cdead4405e4b426417c497e3aa0 (diff) | |
download | serenity-c3efae85f2abef3e13cb035839689cf040435aac.zip |
Games: Add Hearts
Diffstat (limited to 'AK')
-rw-r--r-- | AK/Debug.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/AK/Debug.h.in b/AK/Debug.h.in index ee1a9311c8..4b6c4d767e 100644 --- a/AK/Debug.h.in +++ b/AK/Debug.h.in @@ -174,6 +174,10 @@ #cmakedefine01 HEAP_DEBUG #endif +#ifndef HEARTS_DEBUG +#cmakedefine01 HEARTS_DEBUG +#endif + #ifndef HEX_DEBUG #cmakedefine01 HEX_DEBUG #endif |