mirror of
https://github.com/zeldaret/ss
synced 2026-06-21 00:11:13 -04:00
18 lines
260 B
C++
18 lines
260 B
C++
#ifndef NW4R_EF_RESOURCE
|
|
#define NW4R_EF_RESOURCE
|
|
#include "types_nw4r.h"
|
|
|
|
namespace nw4r
|
|
{
|
|
namespace ef
|
|
{
|
|
struct Resource
|
|
{
|
|
EmitterResource * _FindEmitter(const char *, EffectProject *) const;
|
|
|
|
static Resource * GetInstance();
|
|
};
|
|
}
|
|
}
|
|
|
|
#endif |