Súbor: [Platon] / games / _shared / menu.h (stiahnutie)
Revízia 1.4, Tue Apr 6 09:54:15 2004 UTC (21 years, 1 month ago) by nepto
Zmeny od 1.3: +11 -3
[lines]
Headers update:
- switch to standard/classic Platon SDG source header
- bumped copyright year to 2004
- changelog dates reformatted to new format YYYY-MM-DD
|
/*
* games/_shared/ - shared routines for games
*
* menu.h - mouse driven highlighting graphical menu header file
* ____________________________________________________________
*
* Developed by Ondrej Jombik <nepto@platon.sk>
* Copyright (c) 1997-2000 Condy software inc.
* Copyright (c) 2001-2004 Platon SDG, http://platon.sk/
* All rights reserved.
*
* See README file for more information about this software.
* See COPYING file for license information.
*
* Download the latest version from
* http://platon.sk/projects/games/
*/
/* $Platon: games/_shared/menu.h,v 1.3 2003/08/03 21:34:18 nepto Exp $ */
#ifndef __MENU_H
#define __MENU_H
#include <typedef.h>
BYTE menu(char*s[],
WORD xx,
WORD yy,
int fnt,
int fntsize,
WORD fntrng,
int cnorm,
int cins);
#endif
Platon Group <platon@platon.sk> http://platon.sk/
|