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

13 lines
149 B
C

#ifndef MENUSECTION_H_
#define MENUSECTION_H_
struct menu_section
{
String::value_type icon;
String name;
int itemcount;
int doshow;
};
#endif