The-Powder-Toy/includes/element.h
2011-01-28 18:54:50 -05:00

9 lines
147 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"
#endif