Move d1x-rebirth/editor/ehostage.c -> d1x-rebirth/editor/ehostage.cpp

This commit is contained in:
Kp 2012-11-17 06:14:09 +00:00
parent b3838a060d
commit 3d20ee8c92
2 changed files with 2 additions and 1 deletions

View file

@ -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',
]
],
}])

View file

@ -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"