Current News
Archived News
Search News
Discussion Forum


Old Forum
Install Programs More Downloads...
Troubleshooting
Source Code
Format Specs.
Misc. Information
Non-SF Stuff
Links




CommitLineData
09d0556c 1/*
2
3 ShadowFlare GRP Static Library. (c) ShadowFlare Software 2002
4
5*/
f15b049d 6/* License information for this code is in license.txt */
09d0556c 7
8#ifndef GRPLIB_INCLUDED
9#define GRPLIB_INCLUDED
10
11#ifndef GRPAPI_STATIC
12#define GRPAPI_STATIC
13#endif
14
15#include "grpapi.h"
16
17#endif
18