summaryrefslogtreecommitdiff
path: root/includes/element.h
blob: be0388df7adf1f9e7f59436d3532e54c08be2ced (plain)
1
2
3
4
5
6
7
8
9
#ifndef ELEMENT_H
#define ELEMENT_H
// This header should be included by all files in src/elements/

#include "powder.h"
#include "misc.h"
#include "math.h"

#endif