diff options
-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 |