OpenMoHAA 0.82.0
Loading...
Searching...
No Matches
ghttpMain.h
1 /*
2GameSpy GHTTP SDK
3Dan "Mr. Pants" Schoenblum
4dan@gamespy.com
5
6Copyright 1999-2007 GameSpy Industries, Inc
7
8devsupport@gamespy.com
9*/
10
11#ifndef _GHTTPMAIN_H_
12#define _GHTTPMAIN_H_
13
14#include <stdio.h>
15#include "ghttp.h"
16#include "../common/gsCommon.h"
17#include "../common/gsStringUtil.h"
18
19#endif