2e17b848b1
This won't be used by official elements, but mods or lua scripts could and do use unicode
13 lines
160 B
C
13 lines
160 B
C
#ifndef The_Powder_Toy_GOLMenu_h
|
|
#define The_Powder_Toy_GOLMenu_h
|
|
|
|
struct gol_menu
|
|
{
|
|
String name;
|
|
pixel colour;
|
|
int goltype;
|
|
String description;
|
|
};
|
|
|
|
#endif
|