mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
19 lines
298 B
C
19 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
|