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

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

View file

@ -829,7 +829,7 @@ class DXXProgram(DXXCommon):
'editor/kbuild.cpp',
'editor/kcurve.cpp',
'editor/kfuncs.cpp',
'editor/kgame.c',
'editor/kgame.cpp',
'editor/khelp.c',
'editor/kmine.c',
'editor/ksegmove.c',

View file

@ -27,6 +27,7 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#include "game.h"
#include "gamesave.h"
#include "gameseq.h"
#include "kdefs.h"
char game_filename[PATH_MAX] = "*." DXX_LEVEL_FILE_EXTENSION;