summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/element.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/includes/element.h b/includes/element.h
new file mode 100644
index 0000000..bbd4aeb
--- /dev/null
+++ b/includes/element.h
@@ -0,0 +1,7 @@
+#ifndef ELEMENT_H
+#define ELEMENT_H
+// This header should be included by all files in src/elements/
+
+#include "powder.h"
+
+#endif