summaryrefslogtreecommitdiffstats
path: root/Smoke/seedpoint.c
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2007-12-18 18:24:04 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2007-12-18 18:24:04 (GMT)
commitc287b3f591fe3e10dceedfd90a5ce71b2c703988 (patch)
tree98a1fe82d85e97199b099a720e9784064f8430b9 /Smoke/seedpoint.c
parent9363bc6887a7ffb9ea6c0f6a63a93c215e227502 (diff)
download2iv35-c287b3f591fe3e10dceedfd90a5ce71b2c703988.zip
2iv35-c287b3f591fe3e10dceedfd90a5ce71b2c703988.tar.gz
2iv35-c287b3f591fe3e10dceedfd90a5ce71b2c703988.tar.bz2
More cleaning up, seperating modules etc
Diffstat (limited to 'Smoke/seedpoint.c')
-rw-r--r--Smoke/seedpoint.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/Smoke/seedpoint.c b/Smoke/seedpoint.c
index a7bd04c..84e78e2 100644
--- a/Smoke/seedpoint.c
+++ b/Smoke/seedpoint.c
@@ -5,6 +5,10 @@
#include <windows.h>
#endif
+#include <rfftw.h>
+#include <GL/gl.h>
+#include <GL/glu.h>
+
#include "fluids.h"
#include "seedpoint.h"
@@ -94,4 +98,4 @@ struct point get_seedpoint(int index)
p.z = seedpoints[index].z;
return p;
-} \ No newline at end of file
+}