The-Powder-Toy/includes/element.h

11 lines
193 B
C
Raw Normal View History

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"
#include "math.h"
#include "powdergraphics.h"
2011-01-28 17:54:50 -06:00
#endif