Teascade / glerminal

A lightweight terminal made with OpenGL
MIT License
25 stars 1 forks source link

Make macros for menu systems InterfaceItems #39

Closed Teascade closed 5 years ago

Teascade commented 5 years ago

Currently many of the InterfaceItems repeat a lot of boilerplate code; this could be reduced quite a lot by making macros that generate that boilerplate.

Teascade commented 5 years ago

Boilerplate reduced instead by using encapsulation