ba72dc7a22
Co-authored-by: jacob1 <jfu614@gmail.com>
15 lines
194 B
C
15 lines
194 B
C
#pragma once
|
|
|
|
#include "graphics/Pixel.h"
|
|
#include "common/String.h"
|
|
|
|
struct BuiltinGOL
|
|
{
|
|
String name;
|
|
int oldtype;
|
|
int ruleset;
|
|
pixel colour, colour2;
|
|
int goltype;
|
|
String description;
|
|
};
|