diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/common/time.h | 3 | ||||
-rw-r--r-- | include/painter/canvas.h | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/include/common/time.h b/include/common/time.h index e207ad7..54a81af 100644 --- a/include/common/time.h +++ b/include/common/time.h | |||
@@ -3,6 +3,9 @@ | |||
3 | 3 | ||
4 | /** | 4 | /** |
5 | * File: time.h | 5 | * File: time.h |
6 | * > Who can say where the road goes... | ||
7 | * > Where the day flows, only time... | ||
8 | * -- Enya | ||
6 | */ | 9 | */ |
7 | 10 | ||
8 | #include "geom.h" | 11 | #include "geom.h" |
diff --git a/include/painter/canvas.h b/include/painter/canvas.h index ba6d4da..928121a 100644 --- a/include/painter/canvas.h +++ b/include/painter/canvas.h | |||
@@ -3,7 +3,8 @@ | |||
3 | 3 | ||
4 | /** | 4 | /** |
5 | * File: canvas.h | 5 | * File: canvas.h |
6 | * "Everyday is a good day when you paint" – Bob Ross | 6 | * > Everyday is a good day when you paint. |
7 | * -- Bob Ross | ||
7 | */ | 8 | */ |
8 | 9 | ||
9 | #include <MLV/MLV_image.h> | 10 | #include <MLV/MLV_image.h> |