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

Last change on this file since 46 was 46, checked in by sandervl, 26 years ago

* empty log message *

File size: 276 bytes
Line 
1/*
2 * PE2LX cursor group
3 *
4 * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl)
5 *
6 *
7 * Project Odin Software License can be found in LICENSE.TXT
8 *
9 */
10#ifndef __CURSORGRP_H__
11#define __CURSORGRP_H__
12
13void ShowGroupCursor(int id, CursorHeader *chdr, int size);
14
15#endif
Note: See TracBrowser for help on using the repository browser.