Renamed files for consistency

svn-id: r13725
This commit is contained in:
Eugene Sandulenko 2004-05-01 23:46:23 +00:00
parent 66876dc1d1
commit 0765b272ae
6 changed files with 5 additions and 5 deletions

View file

@ -39,8 +39,8 @@ MODULE_OBJS = \
saga/ys_binwrite.o \
saga/ys_dl_list.o \
saga/sysgfx.o \
saga/sysinput.o \
saga/systimer.o \
saga/input.o \
saga/timer.o \
saga/music.o \
saga/sound.o

View file

@ -25,7 +25,7 @@
#include "saga.h"
#include "reinherit.h"
#include "systimer.h"
#include "timer.h"
#include "yslib.h"
#include "actor_mod.h"

View file

@ -34,7 +34,7 @@
#include "reinherit.h"
#include "systimer.h"
#include "timer.h"
#include "rscfile_mod.h"
#include "render_mod.h"

View file

@ -25,7 +25,7 @@
#include <SDL.h>
#include "systimer.h"
#include "timer.h"
namespace Saga {