This commit is contained in:
Jack Andersen 2016-02-10 16:39:56 -10:00
commit 10296ef68f
3 changed files with 5 additions and 5 deletions

View File

@ -3,9 +3,9 @@
namespace Retro namespace Retro
{ {
namespace CElectricDescription class CElectricDescription
{ {
} };
} }
#endif // __RETRO_CELECTRICDESCRIPTION_HPP__ #endif // __RETRO_CELECTRICDESCRIPTION_HPP__

View File

@ -14,7 +14,7 @@ class CParticleSwooshDataFactory
{ {
public: public:
static CSwooshDescription* GetGeneratorDesc(CInputStream& in, CSimplePool* resPool); 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); static bool CreateWPSM(CSwooshDescription* desc, CInputStream& in, CSimplePool* resPool);
}; };

View File

@ -3,9 +3,9 @@
namespace Retro namespace Retro
{ {
namespace CSwooshDescription class CSwooshDescription
{ {
} };
} }
#endif // __RETRO_CSWOOSHDESCRIPTION_HPP__ #endif // __RETRO_CSWOOSHDESCRIPTION_HPP__