whoa/src/ffx/Effect.hpp
2025-11-30 17:42:34 -06:00

8 lines
116 B
C++

#ifndef FFX_EFFECT_HPP
#define FFX_EFFECT_HPP
#include "ffx/EffectDeath.hpp"
#include "ffx/EffectGlow.hpp"
#endif