mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-07 17:39:06 +00:00
14 lines
214 B
C++
14 lines
214 B
C++
#ifndef __RETRO_CSWOOSHDESCRIPTION_HPP__
|
|
#define __RETRO_CSWOOSHDESCRIPTION_HPP__
|
|
|
|
#include "CParticleDataFactory.hpp"
|
|
|
|
namespace Retro
|
|
{
|
|
class CSwooshDescription
|
|
{
|
|
};
|
|
}
|
|
|
|
#endif // __RETRO_CSWOOSHDESCRIPTION_HPP__
|