summaryrefslogtreecommitdiff
path: root/src/post/goom/goom_fx.h
blob: 0a0e1287bc99af50d26b5b3e13d826dc638ed279 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _GOOM_FX_H
#define _GOOM_FX_H

#include "goom_visual_fx.h"
#include "goom_plugin_info.h"

VisualFX convolve_create ();
VisualFX flying_star_create ();

#endif