The-Powder-Toy/includes/element.h

8 lines
129 B
C

#ifndef ELEMENT_H
#define ELEMENT_H
// This header should be included by all files in src/elements/
#include "powder.h"
#endif