SYNOPSIS
struct Combustion;
FILE
/kernel/types.c
DEFINITION
public struct Combustion {
int flamepoint; // degrees celsius at which it starts to burn int
speed; // Number of seconds to consume 100g
int light; // light units the flame generates
};