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

This commit is contained in:
Kp 2012-11-17 06:14:09 +00:00
parent 02f3ec94d1
commit 0e3ff174ae
2 changed files with 2 additions and 1 deletions

View file

@ -842,7 +842,7 @@ class DXXProgram(DXXCommon):
'editor/medmisc.cpp',
'editor/medrobot.cpp',
'editor/medsel.cpp',
'editor/medwall.c',
'editor/medwall.cpp',
'editor/mine.c',
'editor/objpage.c',
'editor/segment.c',

View file

@ -40,6 +40,7 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#include "ehostage.h"
#include "centers.h"
#include "piggy.h"
#include "kdefs.h"
static int wall_add_door_flag(sbyte flag);
static int wall_add_to_side(segment *segp, int side, sbyte type);