summaryrefslogtreecommitdiff
path: root/src/simulation/GOLMenu.h
blob: 905431374799df2e3fc2128d8c6d86efc70876c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef The_Powder_Toy_GOLMenu_h
#define The_Powder_Toy_GOLMenu_h

struct gol_menu
{
	const char *name;
	pixel colour;
	int goltype;
	const char *description;
};

#endif