view src/oldmenus.h @ 25:8eaf72e2041b

Reindent the source using GNU indent and "indent -i4 -bli0 -npcs -nprs -npsl". Fix the problems introduced afterwards.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 24 Sep 2011 14:16:04 +0300
parents 241c93442be0
children a68786b9c74b
line wrap: on
line source

/*
 *	oldmenus.h
 *	AYM 1998-12-04
 */


#ifndef YH_OLDMENUS		/* DO NOT INSERT ANYTHING BEFORE THIS LINE */
#define YH_OLDMENUS


class Menu_data;


int vDisplayMenu(int, int, const char *, ...);

int DisplayMenuList(int x0,
		    int y0,
		    const char *title,
		    al_llist_t * list,
		    const char *(*getstr) (void *), int *item_no);

int DisplayMenuList(int x0,
		    int y0,
		    const char *menutitle,
		    Menu_data & menudata, int *item_no);


#endif /* DO NOT ADD ANYTHING AFTER THIS LINE */