mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-09 18:05:52 +00:00
14 lines
247 B
C++
14 lines
247 B
C++
#ifndef __RETRO_CELECTRICDESCRIPTION_HPP__
|
|
#define __RETRO_CELECTRICDESCRIPTION_HPP__
|
|
|
|
#include "CParticleDataFactory.hpp"
|
|
|
|
namespace Retro
|
|
{
|
|
class CElectricDescription : public IGenDescription
|
|
{
|
|
};
|
|
}
|
|
|
|
#endif // __RETRO_CELECTRICDESCRIPTION_HPP__
|