Remove obsolete file src/ivis02.h

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@555 4a71c877-e1ca-e34f-864e-861f7616d084
master
Per Inge Mathisen 2006-08-11 21:59:37 +00:00
parent 8771927ea3
commit 0d5f830342
3 changed files with 3 additions and 24 deletions

View File

@ -188,7 +188,6 @@ warzone_SOURCES = \
intfac.h \
intimage.h \
intorder.h \
ivis02.h \
keybind.h \
keyedit.h \
keymap.h \

View File

@ -10,7 +10,9 @@
/* Warzone src and library headers */
#include "lib/framework/frame.h"
#include "lib/framework/frameint.h"
#include "ivis02.h"
#include "lib/ivis_common/ivisdef.h"
#include "lib/ivis_common/rendmode.h"
#include "lib/ivis_common/piestate.h"
#include "lib/script/script.h"
#include "lib/gamelib/gtime.h"
#include "map.h"
@ -32,7 +34,6 @@
#include "effects.h"
#include "init.h"
#include "mission.h"
#include "lib/ivis_common/piestate.h"
#include "scores.h"
#include "audio_id.h"
#include "anim_id.h"

View File

@ -1,21 +0,0 @@
/*
* Ivis02.h
*
* A header file that groups together all the ivis02 header files
*
*/
#ifndef _ivis02_h
#define _ivis02_h
/* Includes direct access to render modes */
#include "lib/ivis_common/ivisdef.h"
#include "lib/ivis_common/rendmode.h"
//#include "geo.h"
//#include "bug.h"
//#include "pal.h"
//#include "imd.h"
//#include "pcx.h"
//#include "ivisheap.h"
//#include "tex.h"
#endif //_ivis02_h