summaryrefslogtreecommitdiffstats
path: root/src/include/video/graphics_fx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/video/graphics_fx.h')
-rw-r--r--src/include/video/graphics_fx.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/video/graphics_fx.h b/src/include/video/graphics_fx.h
new file mode 100644
index 0000000..d196856
--- /dev/null
+++ b/src/include/video/graphics_fx.h
@@ -0,0 +1,11 @@
+#ifndef GRAPHICS_FX_H
+#define GRAPHICS_FX_H
+
+#include "video.h"
+#include "game/game.h"
+
+extern void drawImpact(PlayerVisual *pV);
+extern void drawGlow(Camera *pCam, Player *pTarget, PlayerVisual *pV,
+ Visual *d, float dim);
+
+#endif