summaryrefslogtreecommitdiff
path: root/includes/air.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-08-08 09:17:58 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-08-08 09:17:58 (GMT)
commitfdf4ee7c95099effa4c52319b0a2ab6af547574c (patch)
tree5b97f161a7fe09471970ea4fe00b817ab88c888f /includes/air.h
parent11d3cb0dd56ddc7df49570e41c3f8f9f01d872d1 (diff)
parent39e1ffe5bf64c29e81ecf8779dfbbe41bb5173d5 (diff)
downloadpowder-fdf4ee7c95099effa4c52319b0a2ab6af547574c.zip
powder-fdf4ee7c95099effa4c52319b0a2ab6af547574c.tar.gz
Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy
Diffstat (limited to 'includes/air.h')
-rw-r--r--includes/air.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/air.h b/includes/air.h
index b1dc819..0f37310 100644
--- a/includes/air.h
+++ b/includes/air.h
@@ -41,6 +41,11 @@ void update_airh(void);
void update_grav(void);
+#ifdef GRAVFFT
+void grav_fft_init();
+void grav_fft_cleanup();
+#endif
+
void update_air(void);
#endif