The-Powder-Toy/src/simulation/GOLMenu.h

13 lines
170 B
C
Raw Normal View History

#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