086e3151ad
This change fixes pressure glitches, burning substances cooling by themselves to absolute zero, and SING having temperatures of minus several million Kelvin.
9 lines
147 B
C
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
|