diff options
-rw-r--r-- | engines/adl/adl_v2.h | 2 | ||||
-rw-r--r-- | engines/adl/adl_v3.h | 2 | ||||
-rw-r--r-- | engines/adl/graphics.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/engines/adl/adl_v2.h b/engines/adl/adl_v2.h index 508af91731..f18972b74b 100644 --- a/engines/adl/adl_v2.h +++ b/engines/adl/adl_v2.h @@ -28,7 +28,7 @@ // Note: this version of ADL redraws only when necessary, but // this is not currently implemented. -namespace Common{ +namespace Common { class RandomSource; } diff --git a/engines/adl/adl_v3.h b/engines/adl/adl_v3.h index 16f61eaa77..61dd5852e7 100644 --- a/engines/adl/adl_v3.h +++ b/engines/adl/adl_v3.h @@ -28,7 +28,7 @@ // Note: this version of ADL redraws only when necessary, but // this is not currently implemented. -namespace Common{ +namespace Common { class RandomSource; } diff --git a/engines/adl/graphics.h b/engines/adl/graphics.h index b422959dbd..3a300fb0d2 100644 --- a/engines/adl/graphics.h +++ b/engines/adl/graphics.h @@ -23,7 +23,7 @@ #ifndef ADL_PICTURE_H #define ADL_PICTURE_H -namespace Common{ +namespace Common { class SeekableReadStream; class Point; } |