source: trunk/src/pe2lx/cursorgrp.h@ 4

Last change on this file since 4 was 4, checked in by ktk, 26 years ago

Import

File size: 336 bytes
Line 
1/* $Id: cursorgrp.h,v 1.1 1999-05-24 20:19:54 ktk Exp $ */
2
3/*
4 * PE2LX cursor group
5 *
6 * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl)
7 *
8 *
9 * Project Odin Software License can be found in LICENSE.TXT
10 *
11 */
12#ifndef __CURSORGRP_H__
13#define __CURSORGRP_H__
14
15void ShowGroupCursor(int id, CursorHeader *chdr, int size);
16
17#endif
Note: See TracBrowser for help on using the repository browser.