mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
20 lines
298 B
C
20 lines
298 B
C
![]() |
/*
|
||
|
GameSpy GHTTP SDK
|
||
|
Dan "Mr. Pants" Schoenblum
|
||
|
dan@gamespy.com
|
||
|
|
||
|
Copyright 1999-2007 GameSpy Industries, Inc
|
||
|
|
||
|
devsupport@gamespy.com
|
||
|
*/
|
||
|
|
||
|
#ifndef _GHTTPMAIN_H_
|
||
|
#define _GHTTPMAIN_H_
|
||
|
|
||
|
#include <stdio.h>
|
||
|
#include "ghttp.h"
|
||
|
#include "../common/gsCommon.h"
|
||
|
#include "../common/gsStringUtil.h"
|
||
|
|
||
|
#endif
|