Last change
on this file was 97, checked in by phaller, 26 years ago |
Add: added cvs variable $Id$ to source files.
|
File size:
325 bytes
|
Rev | Line | |
---|
[97] | 1 | /* $Id: rcdata.h,v 1.3 1999-06-10 17:08:55 phaller Exp $ */
|
---|
| 2 |
|
---|
[4] | 3 | /*
|
---|
| 4 | * PE2LX RCDATA resources
|
---|
| 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 __VERSION_H__
|
---|
| 13 | #define __VERSION_H__
|
---|
| 14 |
|
---|
| 15 | void ShowRCData(int id, char *data, int size);
|
---|
| 16 |
|
---|
[97] | 17 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.