JANITORIAL: Format forward declarations to follow convention
This commit is contained in:
parent
80c90a569e
commit
cd6ee0589d
76 changed files with 132 additions and 115 deletions
|
@ -40,7 +40,9 @@
|
|||
#include "common/scummsys.h"
|
||||
#include "common/types.h"
|
||||
|
||||
namespace Common { class SeekableReadStream; }
|
||||
namespace Common {
|
||||
class SeekableReadStream;
|
||||
}
|
||||
|
||||
|
||||
namespace Audio {
|
||||
|
|
|
@ -37,7 +37,9 @@
|
|||
#include "common/scummsys.h"
|
||||
#include "common/types.h"
|
||||
|
||||
namespace Common { class SeekableReadStream; }
|
||||
namespace Common {
|
||||
class SeekableReadStream;
|
||||
}
|
||||
|
||||
namespace Audio {
|
||||
|
||||
|
|
|
@ -35,7 +35,9 @@
|
|||
#include "common/scummsys.h"
|
||||
#include "common/types.h"
|
||||
|
||||
namespace Common { class SeekableReadStream; }
|
||||
namespace Common {
|
||||
class SeekableReadStream;
|
||||
}
|
||||
|
||||
namespace Audio {
|
||||
|
||||
|
|
|
@ -32,8 +32,9 @@
|
|||
#include "common/list.h"
|
||||
|
||||
|
||||
namespace Common { class SeekableReadStream; }
|
||||
|
||||
namespace Common {
|
||||
class SeekableReadStream;
|
||||
}
|
||||
|
||||
namespace Audio {
|
||||
|
||||
|
|
|
@ -41,8 +41,10 @@
|
|||
#include "common/scummsys.h"
|
||||
#include "common/types.h"
|
||||
|
||||
namespace Common { class ReadStream; }
|
||||
namespace Common { class SeekableReadStream; }
|
||||
namespace Common {
|
||||
class ReadStream;
|
||||
class SeekableReadStream;
|
||||
}
|
||||
|
||||
namespace Audio {
|
||||
|
||||
|
|
|
@ -43,7 +43,9 @@
|
|||
#include "common/scummsys.h"
|
||||
#include "common/types.h"
|
||||
|
||||
namespace Common { class SeekableReadStream; }
|
||||
namespace Common {
|
||||
class SeekableReadStream;
|
||||
}
|
||||
|
||||
namespace Audio {
|
||||
|
||||
|
|
|
@ -35,7 +35,9 @@ class MusicDevice;
|
|||
namespace Audio {
|
||||
class Mixer;
|
||||
}
|
||||
namespace Common { class String; }
|
||||
namespace Common {
|
||||
class String;
|
||||
}
|
||||
|
||||
/**
|
||||
* Music types that music drivers can implement and engines can rely on.
|
||||
|
|
|
@ -45,7 +45,9 @@
|
|||
#include "agi/sound.h"
|
||||
|
||||
|
||||
namespace Common { class RandomSource; }
|
||||
namespace Common {
|
||||
class RandomSource;
|
||||
}
|
||||
|
||||
/**
|
||||
* This is the namespace of the AGI engine.
|
||||
|
|
|
@ -28,7 +28,9 @@
|
|||
|
||||
#include "common/scummsys.h"
|
||||
|
||||
namespace Common { class ReadStream; }
|
||||
namespace Common {
|
||||
class ReadStream;
|
||||
}
|
||||
|
||||
namespace Sci {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue