Súbor: [Platon] / games / pexeso / cursors.h (stiahnutie)
Revízia 1.5, Tue Apr 6 09:54:18 2004 UTC (21 years, 2 months ago) by nepto
Zmeny od 1.4: +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
|
/*
* pexeso - multiplayer Pexeso game for MS-Dos/Win32/SVGAlib/X11
*
* cursors.h - graphical mouse pointers 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/pexeso/cursors.h,v 1.4 2003/08/03 21:34:19 nepto Exp $ */
#ifndef __CURSORS_H
#define __CURSORS_H
void cursor_clock_enable(void);
void cursor_clock_disable(void);
void cursor_click_enable(void);
void cursor_click_disable(void);
#endif
Platon Group <platon@platon.sk> http://platon.sk/
|