23 lines
631 B
C
23 lines
631 B
C
//-----------------------------------------------------------------------------
|
|
//
|
|
// Copyright(C) 2014 David Hill
|
|
//
|
|
// See COPYLIB for license information.
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
//
|
|
// Header for target library libacs.
|
|
//
|
|
// Declarations and definitions from Hexen's ACS.
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#ifndef __GDCC_Header__C__ACS_Hexen_h__
|
|
#define __GDCC_Header__C__ACS_Hexen_h__
|
|
|
|
#include <ACS_Hexen/AsmFunc.h>
|
|
#include <ACS_Hexen/Special.h>
|
|
#include <ACS_Hexen/defs.h>
|
|
|
|
#endif//__GDCC_Header__C__ACS_Hexen_h__
|
|
|