From 3d20ee8c92a844a95e939532feb37d6d5e0b71ee Mon Sep 17 00:00:00 2001 From: Kp Date: Sat, 17 Nov 2012 06:14:09 +0000 Subject: [PATCH] Move d1x-rebirth/editor/ehostage.c -> d1x-rebirth/editor/ehostage.cpp --- SConstruct | 2 +- d1x-rebirth/editor/{ehostage.c => ehostage.cpp} | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename d1x-rebirth/editor/{ehostage.c => ehostage.cpp} (99%) diff --git a/SConstruct b/SConstruct index 9a428876a..5ab86a4e2 100644 --- a/SConstruct +++ b/SConstruct @@ -1099,7 +1099,7 @@ class D1XProgram(DXXProgram): __objects_editor = DXXCommon.create_lazy_object_property([{ 'source':[os.path.join(srcdir, f) for f in [ 'main/hostage.c', -'editor/ehostage.c', +'editor/ehostage.cpp', ] ], }]) diff --git a/d1x-rebirth/editor/ehostage.c b/d1x-rebirth/editor/ehostage.cpp similarity index 99% rename from d1x-rebirth/editor/ehostage.c rename to d1x-rebirth/editor/ehostage.cpp index cc658c52c..d38055fd3 100644 --- a/d1x-rebirth/editor/ehostage.c +++ b/d1x-rebirth/editor/ehostage.cpp @@ -28,6 +28,7 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. #include "segment.h" #include "editor.h" #include "editor/esegment.h" +#include "ehostage.h" #include "timer.h" #include "objpage.h"