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

This commit is contained in:
Kp 2012-11-17 06:14:09 +00:00
parent 980621b9d4
commit 8f665fb65e
2 changed files with 5 additions and 1 deletions

View file

@ -838,7 +838,7 @@ class DXXProgram(DXXCommon):
'editor/ktmap.cpp',
'editor/kview.cpp',
'editor/med.cpp',
'editor/meddraw.c',
'editor/meddraw.cpp',
'editor/medmisc.c',
'editor/medrobot.c',
'editor/medsel.c',

View file

@ -17,6 +17,7 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
*
*/
#include <algorithm>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
@ -45,6 +46,9 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#include "texmap.h"
#include "object.h"
#include "fuelcen.h"
#include "meddraw.h"
using std::min;
// Colors used in editor for indicating various kinds of segments.
#define SELECT_COLOR BM_XRGB( 63/2 , 41/2 , 0/2)