Move similar/editor/eswitch.c -> similar/editor/eswitch.cpp

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

View file

@ -819,7 +819,7 @@ class DXXProgram(DXXCommon):
'editor/eglobal.cpp',
'editor/elight.cpp',
'editor/eobject.cpp',
'editor/eswitch.c',
'editor/eswitch.cpp',
'editor/fixseg.c',
'editor/group.c',
'editor/info.c',

View file

@ -25,6 +25,7 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#include "inferno.h"
#include "editor.h"
#include "editor/esegment.h"
#include "editor/kdefs.h"
#include "eswitch.h"
#include "segment.h"
#include "dxxerror.h"