summaryrefslogtreecommitdiff
path: root/includes/element.h
diff options
context:
space:
mode:
authorjacksonmj <mj-pt@jacksonmj.co.uk>2011-12-10 15:23:33 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-12-18 14:04:47 (GMT)
commit934d1da66eb5aec49769feaf00d0949f805fd3d5 (patch)
tree28ee674d06060d9940e1c235d2dba39f8a5c74f5 /includes/element.h
parent20dd54f36e971e9b9f8762309caa49ed07bea031 (diff)
downloadpowder-934d1da66eb5aec49769feaf00d0949f805fd3d5.zip
powder-934d1da66eb5aec49769feaf00d0949f805fd3d5.tar.gz
Move Newtonian gravity into a new file
Diffstat (limited to 'includes/element.h')
-rw-r--r--includes/element.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/element.h b/includes/element.h
index cf84d79..ad22216 100644
--- a/includes/element.h
+++ b/includes/element.h
@@ -3,6 +3,7 @@
// This header should be included by all files in src/elements/
#include "powder.h"
+#include "gravity.h"
#include "misc.h"
#include "math.h"
#include "powdergraphics.h"