diff options
author | uruk | 2013-07-02 16:46:56 +0200 |
---|---|---|
committer | uruk | 2013-07-02 16:46:56 +0200 |
commit | f47bc39f64166a21d9cf592a680403bb62030273 (patch) | |
tree | 8288d281a39313a9b01c2e5bfc0cbc0f13909d49 /engines | |
parent | e27948a1a5df08cf698917b0eb50b6b292d2b60a (diff) | |
download | scummvm-rg350-f47bc39f64166a21d9cf592a680403bb62030273.tar.gz scummvm-rg350-f47bc39f64166a21d9cf592a680403bb62030273.tar.bz2 scummvm-rg350-f47bc39f64166a21d9cf592a680403bb62030273.zip |
AVALANCHE: Update the description of classes.
Diffstat (limited to 'engines')
-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 |