mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[9552] Make some compiler happy with forward class declaration.
This commit is contained in:
parent
c8fd454a79
commit
9a884bdd83
2 changed files with 3 additions and 1 deletions
|
|
@ -102,6 +102,8 @@ namespace MaNGOS
|
||||||
struct SpellNotifierCreatureAndPlayer;
|
struct SpellNotifierCreatureAndPlayer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class SpellCastTargets;
|
||||||
|
|
||||||
struct SpellCastTargetsReader
|
struct SpellCastTargetsReader
|
||||||
{
|
{
|
||||||
explicit SpellCastTargetsReader(SpellCastTargets& _targets, Unit* _caster) : targets(_targets), caster(_caster) {}
|
explicit SpellCastTargetsReader(SpellCastTargets& _targets, Unit* _caster) : targets(_targets), caster(_caster) {}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9551"
|
#define REVISION_NR "9552"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue