Change include file for element update functions

This commit is contained in:
jacksonmj
2011-01-28 19:34:16 +00:00
parent 2654996599
commit bdfbc7c409
64 changed files with 70 additions and 63 deletions

7
includes/element.h Normal file
View File

@@ -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