1 2 3 4 5 6 7
#ifndef ELEMENT_H #define ELEMENT_H // This header should be included by all files in src/elements/ #include "powder.h" #endif