1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 04:07:46 +00:00

CatDog: Help the user debug their programs

This adds helpful speech bubbles to CatDog. CatDog just wants to
help, that's all.
This commit is contained in:
Gunnar Beutner 2021-05-09 12:13:51 +02:00 committed by Andreas Kling
parent da5923bc54
commit e0fe38ea25
6 changed files with 132 additions and 0 deletions

View file

@ -1,5 +1,6 @@
set(SOURCES
CatDog.cpp
SpeechBubble.cpp
main.cpp
)