diff options
Diffstat (limited to 'src/Element.h')
| -rw-r--r-- | src/Element.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/Element.h b/src/Element.h new file mode 100644 index 0000000..449bf51 --- /dev/null +++ b/src/Element.h @@ -0,0 +1,14 @@ +#ifndef ELEMENT_H +#define ELEMENT_H +// This header should be included by all files in src/elements/ + +#include <math.h> +#include "Simulation.h" +#include "Renderer.h" +#include "ElementFunctions.h" +//#include "powder.h" +#include "Gravity.h" +#include "Misc.h" +#include "ElementGraphics.h" + +#endif |
