mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-06 13:53:28 +00:00
12 lines
177 B
C++
12 lines
177 B
C++
#ifndef __RETRO_CSWOOSHDESCRIPTION_HPP__
|
|
#define __RETRO_CSWOOSHDESCRIPTION_HPP__
|
|
|
|
namespace Retro
|
|
{
|
|
class CSwooshDescription
|
|
{
|
|
};
|
|
}
|
|
|
|
#endif // __RETRO_CSWOOSHDESCRIPTION_HPP__
|