mirror of https://github.com/AxioDL/metaforce.git
Merge branch 'master' of https://github.com/AxioDL/PathShagged
This commit is contained in:
commit
10296ef68f
|
@ -3,9 +3,9 @@
|
|||
|
||||
namespace Retro
|
||||
{
|
||||
namespace CElectricDescription
|
||||
class CElectricDescription
|
||||
{
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
#endif // __RETRO_CELECTRICDESCRIPTION_HPP__
|
||||
|
|
|
@ -14,7 +14,7 @@ class CParticleSwooshDataFactory
|
|||
{
|
||||
public:
|
||||
static CSwooshDescription* GetGeneratorDesc(CInputStream& in, CSimplePool* resPool);
|
||||
static CSwooshDescription* CreateGeneratorDescription(CInputStream& resPool, CSimplePool* resPool);
|
||||
static CSwooshDescription* CreateGeneratorDescription(CInputStream& in, CSimplePool* resPool);
|
||||
static bool CreateWPSM(CSwooshDescription* desc, CInputStream& in, CSimplePool* resPool);
|
||||
};
|
||||
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
|
||||
namespace Retro
|
||||
{
|
||||
namespace CSwooshDescription
|
||||
class CSwooshDescription
|
||||
{
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
#endif // __RETRO_CSWOOSHDESCRIPTION_HPP__
|
||||
|
|
Loading…
Reference in New Issue