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