mirror of
https://github.com/whoahq/whoa.git
synced 2026-03-19 22:21:06 +03:00
8 lines
116 B
C++
8 lines
116 B
C++
#ifndef FFX_EFFECT_HPP
|
|
#define FFX_EFFECT_HPP
|
|
|
|
#include "ffx/EffectDeath.hpp"
|
|
#include "ffx/EffectGlow.hpp"
|
|
|
|
#endif
|