mirror of
https://github.com/encounter/ogws.git
synced 2026-03-30 11:33:37 -07:00
12 lines
202 B
C++
12 lines
202 B
C++
#ifndef EGG_UTIL_EFFECT_H
|
|
#define EGG_UTIL_EFFECT_H
|
|
#include "types_egg.h"
|
|
#include "ef_handle.h"
|
|
#include "math_types.h"
|
|
|
|
namespace EGG
|
|
{
|
|
static const nw4r::ef::HandleBase cInvalidHandle;
|
|
}
|
|
|
|
#endif |