From a2a0b13de2cd6fb28787b2821466f3ef7c2210ea Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Tue, 22 Feb 2011 20:01:19 -0500 Subject: COMMON: Begin to merge some NE/PE code The ID classes are now common to both. The files have been renamed to better illustrate their purpose. --- engines/scumm/he/resource_he.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm') diff --git a/engines/scumm/he/resource_he.h b/engines/scumm/he/resource_he.h index 9dddc96f23..f81dd713f1 100644 --- a/engines/scumm/he/resource_he.h +++ b/engines/scumm/he/resource_he.h @@ -31,7 +31,7 @@ #define SCUMM_HE_RESOURCE_HE_H #include "common/macresman.h" -#include "common/pe_exe.h" +#include "common/winexe_pe.h" namespace Scumm { -- cgit v1.2.3