openmohaa/code/gamespy/ghttp/ghttpMain.h

20 lines
298 B
C
Raw Normal View History

2023-02-04 21:00:01 +01:00
/*
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