diff options
Diffstat (limited to 'src/effect/effect.h')
-rw-r--r-- | src/effect/effect.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/effect/effect.h b/src/effect/effect.h new file mode 100644 index 0000000..91ed454 --- /dev/null +++ b/src/effect/effect.h @@ -0,0 +1,9 @@ +#ifndef KALMIA_EFFECT_H +#define KALMIA_EFFECT_H + +#include <kalmia.h> +#include "xml/xml.h" + + + +#endif |