This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
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