diff options
-rw-r--r-- | engines/avalanche/avalot.cpp | 2 | ||||
-rw-r--r-- | engines/avalanche/avalot.h | 2 | ||||
-rw-r--r-- | engines/avalanche/scrolls2.cpp | 2 | ||||
-rw-r--r-- | engines/avalanche/scrolls2.h | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp index 5172e3074e..e2ba3a4faa 100644 --- a/engines/avalanche/avalot.cpp +++ b/engines/avalanche/avalot.cpp @@ -25,6 +25,8 @@ * Copyright (c) 1994-1995 Mike, Mark and Thomas Thurman. */ +/* AVALOT The kernel of the program. */ + #include "avalanche/avalanche.h" #include "avalanche/avalot.h" diff --git a/engines/avalanche/avalot.h b/engines/avalanche/avalot.h index 5881108cfc..23463d5646 100644 --- a/engines/avalanche/avalot.h +++ b/engines/avalanche/avalot.h @@ -25,6 +25,8 @@ * Copyright (c) 1994-1995 Mike, Mark and Thomas Thurman. */ +/* AVALOT The kernel of the program. */ + #ifndef AVALOT_H #define AVALOT_H diff --git a/engines/avalanche/scrolls2.cpp b/engines/avalanche/scrolls2.cpp index cefb4a2882..4bb4f9d87c 100644 --- a/engines/avalanche/scrolls2.cpp +++ b/engines/avalanche/scrolls2.cpp @@ -25,6 +25,8 @@ * Copyright (c) 1994-1995 Mike, Mark and Thomas Thurman. */ + /* SCROLLS The scroll driver. */ + #include "avalanche/avalanche.h" #include "avalanche/scrolls2.h" diff --git a/engines/avalanche/scrolls2.h b/engines/avalanche/scrolls2.h index e343309c51..2536e66396 100644 --- a/engines/avalanche/scrolls2.h +++ b/engines/avalanche/scrolls2.h @@ -25,6 +25,8 @@ * Copyright (c) 1994-1995 Mike, Mark and Thomas Thurman. */ + /* SCROLLS The scroll driver. */ + #ifndef SCROLLS2_H #define SCROLLS2_H |