diff options
author | Eugene Sandulenko | 2004-05-01 23:46:23 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2004-05-01 23:46:23 +0000 |
commit | 0765b272aef169411df8fc1a17d4a5f28f76bf8a (patch) | |
tree | 5c4858506bfe3ce2d76282b3496e4d8162ab5240 /saga | |
parent | 66876dc1d12802b6d2339df2a31d010e55f3d700 (diff) | |
download | scummvm-rg350-0765b272aef169411df8fc1a17d4a5f28f76bf8a.tar.gz scummvm-rg350-0765b272aef169411df8fc1a17d4a5f28f76bf8a.tar.bz2 scummvm-rg350-0765b272aef169411df8fc1a17d4a5f28f76bf8a.zip |
Renamed files for consistency
svn-id: r13725
Diffstat (limited to 'saga')
-rw-r--r-- | saga/input.cpp (renamed from saga/sysinput.cpp) | 0 | ||||
-rw-r--r-- | saga/module.mk | 4 | ||||
-rw-r--r-- | saga/render.cpp | 2 | ||||
-rw-r--r-- | saga/saga.cpp | 2 | ||||
-rw-r--r-- | saga/timer.cpp (renamed from saga/systimer.cpp) | 2 | ||||
-rw-r--r-- | saga/timer.h (renamed from saga/systimer.h) | 0 |
6 files changed, 5 insertions, 5 deletions
diff --git a/saga/sysinput.cpp b/saga/input.cpp index b6f4f97f46..b6f4f97f46 100644 --- a/saga/sysinput.cpp +++ b/saga/input.cpp diff --git a/saga/module.mk b/saga/module.mk index aa28d27727..7fde955894 100644 --- a/saga/module.mk +++ b/saga/module.mk @@ -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 diff --git a/saga/render.cpp b/saga/render.cpp index 6cc49f9b4f..50cfd0f652 100644 --- a/saga/render.cpp +++ b/saga/render.cpp @@ -25,7 +25,7 @@ #include "saga.h" #include "reinherit.h" -#include "systimer.h" +#include "timer.h" #include "yslib.h" #include "actor_mod.h" diff --git a/saga/saga.cpp b/saga/saga.cpp index e8660e88ec..c8a360506b 100644 --- a/saga/saga.cpp +++ b/saga/saga.cpp @@ -34,7 +34,7 @@ #include "reinherit.h" -#include "systimer.h" +#include "timer.h" #include "rscfile_mod.h" #include "render_mod.h" diff --git a/saga/systimer.cpp b/saga/timer.cpp index 65cc2545e8..a79d42f241 100644 --- a/saga/systimer.cpp +++ b/saga/timer.cpp @@ -25,7 +25,7 @@ #include <SDL.h> -#include "systimer.h" +#include "timer.h" namespace Saga { diff --git a/saga/systimer.h b/saga/timer.h index 5861ba7463..5861ba7463 100644 --- a/saga/systimer.h +++ b/saga/timer.h |