simplify menu handling
commit8aeb8f5805d51d2e50ab286bcd31413d97ebfacc
authorrofl0r <retnyg@gmx.net>
Wed, 24 Oct 2012 01:51:58 +0000 (24 03:51 +0200)
committerrofl0r <retnyg@gmx.net>
Wed, 24 Oct 2012 04:17:09 +0000 (24 06:17 +0200)
tree6e95a7157a8c97c1f9aefa95f3964240e83e4383
parent4f0d04164732e1fff40dda9750db39152c8c1325
simplify menu handling

the menu handling was overdesigned and got so complicated that i
lost interest to finish the game last time.

now it's a lot easier, and we additionally have abbrevations for
menu entries, in a dwarf fortress manner.

all menu handling related bugs should be gone now.
gui.c
gui.h
gui_menu.c [new file with mode: 0644]
gui_menu.h [new file with mode: 0644]
gui_page.h [new file with mode: 0644]