mirror of
https://github.com/zeldaret/ss
synced 2026-06-15 14:21:31 -04:00
16 lines
283 B
C++
16 lines
283 B
C++
#ifndef NW4R_EF_POINT_H
|
|
#define NW4R_EF_POINT_H
|
|
#include "ef_emitterform.h"
|
|
|
|
namespace nw4r
|
|
{
|
|
namespace ef
|
|
{
|
|
struct EmitterFormPoint : EmitterForm
|
|
{
|
|
virtual UNKTYPE Emission(Emitter *, ParticleManager *, int, u32, float *, u16, float, const math::MTX34 *);
|
|
};
|
|
}
|
|
}
|
|
|
|
#endif |