mirror of
https://github.com/zeldaret/ss
synced 2026-05-30 00:46:41 -04:00
16 lines
280 B
C++
16 lines
280 B
C++
#ifndef NW4R_EF_CUBE_H
|
|
#define NW4R_EF_CUBE_H
|
|
#include "ef_emitterform.h"
|
|
|
|
namespace nw4r
|
|
{
|
|
namespace ef
|
|
{
|
|
struct EmitterFormCube : EmitterForm
|
|
{
|
|
virtual UNKTYPE Emission(Emitter *, ParticleManager *, int, u32, float *, u16, float, const math::MTX34 *);
|
|
};
|
|
}
|
|
}
|
|
|
|
#endif |