layout
layout copied to clipboard
Implement optional item names
Defining the preprocessor symbol LAY_USE_NAMES will add a const char *name field to all lay items, as well as the functions lay_get_name and lay_set_name.
I found this very useful in making a layout debug overlay in a game.
