summaryrefslogtreecommitdiffstats
path: root/Smoke/glyphs.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/glyphs.c
parent9363bc6887a7ffb9ea6c0f6a63a93c215e227502 (diff)
download2iv35-c287b3f591fe3e10dceedfd90a5ce71b2c703988.zip
2iv35-c287b3f591fe3e10dceedfd90a5ce71b2c703988.tar.gz
2iv35-c287b3f591fe3e10dceedfd90a5ce71b2c703988.tar.bz2
More cleaning up, seperating modules etc
Diffstat (limited to 'Smoke/glyphs.c')
-rw-r--r--Smoke/glyphs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Smoke/glyphs.c b/Smoke/glyphs.c
index bdebe45..eca9af5 100644
--- a/Smoke/glyphs.c
+++ b/Smoke/glyphs.c
@@ -5,6 +5,10 @@
#include <windows.h>
#endif
+#include <rfftw.h>
+#include <GL/gl.h>
+#include <GL/glu.h>
+
#include "fluids.h"
#include "glyphs.h"
#include "funcs.h"