This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
The-Powder-Toy/src/simulation/GOLMenu.h

13 lines
170 B
C

#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