view src/oldmenus.h @ 33:a68786b9c74b

Oops, used indent with tabs enabled. Remove tabs.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 24 Sep 2011 15:59:33 +0300
parents 8eaf72e2041b
children
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 */