The-Powder-Toy/src/simulation/Element.h

15 lines
293 B
C
Raw Normal View History

2012-01-08 11:39:03 -06:00
#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