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*/
6
7#ifndef GRPLIB_INCLUDED
8#define GRPLIB_INCLUDED
9
10#ifndef GRPAPI_STATIC
11#define GRPAPI_STATIC
12#endif
13
14#include "grpapi.h"
15
16#endif
17