2011-01-28 17:54:50 -06:00
|
|
|
#ifndef ELEMENT_H
|
|
|
|
#define ELEMENT_H
|
|
|
|
// This header should be included by all files in src/elements/
|
|
|
|
|
|
|
|
#include "powder.h"
|
|
|
|
#include "misc.h"
|
2011-01-28 20:57:20 -06:00
|
|
|
#include "math.h"
|
2011-10-10 14:42:55 -05:00
|
|
|
#include "powdergraphics.h"
|
2011-01-28 17:54:50 -06:00
|
|
|
|
|
|
|
#endif
|