The-Powder-Toy/includes/element.h
2011-01-28 21:57:20 -05:00

10 lines
165 B
C

#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