Gave the music file extensions

This commit is contained in:
Clownacy 2019-02-14 15:42:50 +00:00
parent 3b395c2639
commit 8942c6cc48
86 changed files with 84 additions and 84 deletions

View file

@ -135,48 +135,48 @@ RESOURCES = \
BITMAP/CREDIT18.bmp \ BITMAP/CREDIT18.bmp \
CURSOR/CURSOR_IKA.bmp \ CURSOR/CURSOR_IKA.bmp \
CURSOR/CURSOR_NORMAL.bmp \ CURSOR/CURSOR_NORMAL.bmp \
ORG/ACCESS \ ORG/ACCESS.org \
ORG/ANZEN \ ORG/ANZEN.org \
ORG/BALCONY \ ORG/BALCONY.org \
ORG/BALLOS \ ORG/BALLOS.org \
ORG/BDOWN \ ORG/BDOWN.org \
ORG/CEMETERY \ ORG/CEMETERY.org \
ORG/CURLY \ ORG/CURLY.org \
ORG/DR \ ORG/DR.org \
ORG/ENDING \ ORG/ENDING.org \
ORG/ESCAPE \ ORG/ESCAPE.org \
ORG/FANFALE1 \ ORG/FANFALE1.org \
ORG/FANFALE2 \ ORG/FANFALE2.org \
ORG/FANFALE3 \ ORG/FANFALE3.org \
ORG/FIREEYE \ ORG/FIREEYE.org \
ORG/GAMEOVER \ ORG/GAMEOVER.org \
ORG/GINSUKE \ ORG/GINSUKE.org \
ORG/GRAND \ ORG/GRAND.org \
ORG/GRAVITY \ ORG/GRAVITY.org \
ORG/HELL \ ORG/HELL.org \
ORG/IRONH \ ORG/IRONH.org \
ORG/JENKA \ ORG/JENKA.org \
ORG/JENKA2 \ ORG/JENKA2.org \
ORG/KODOU \ ORG/KODOU.org \
ORG/LASTBT3 \ ORG/LASTBT3.org \
ORG/LASTBTL \ ORG/LASTBTL.org \
ORG/LASTCAVE \ ORG/LASTCAVE.org \
ORG/MARINE \ ORG/MARINE.org \
ORG/MAZE \ ORG/MAZE.org \
ORG/MDOWN2 \ ORG/MDOWN2.org \
ORG/MURA \ ORG/MURA.org \
ORG/OSIDE \ ORG/OSIDE.org \
ORG/PLANT \ ORG/PLANT.org \
ORG/QUIET \ ORG/QUIET.org \
ORG/REQUIEM \ ORG/REQUIEM.org \
ORG/TOROKO \ ORG/TOROKO.org \
ORG/VIVI \ ORG/VIVI.org \
ORG/WANPAK2 \ ORG/WANPAK2.org \
ORG/WANPAKU \ ORG/WANPAKU.org \
ORG/WEED \ ORG/WEED.org \
ORG/WHITE \ ORG/WHITE.org \
ORG/XXXX \ ORG/XXXX.org \
ORG/ZONBIE \ ORG/ZONBIE.org \
WAVE/WAVE100 WAVE/WAVE100
ifeq ($(JAPANESE), 1) ifeq ($(JAPANESE), 1)

View file

@ -4,48 +4,48 @@
#include <SDL_rwops.h> #include <SDL_rwops.h>
#include "WindowsWrapper.h" #include "WindowsWrapper.h"
#include "Resource/ORG/ACCESS.h" #include "Resource/ORG/ACCESS.org.h"
#include "Resource/ORG/ANZEN.h" #include "Resource/ORG/ANZEN.org.h"
#include "Resource/ORG/BALCONY.h" #include "Resource/ORG/BALCONY.org.h"
#include "Resource/ORG/BALLOS.h" #include "Resource/ORG/BALLOS.org.h"
#include "Resource/ORG/BDOWN.h" #include "Resource/ORG/BDOWN.org.h"
#include "Resource/ORG/CEMETERY.h" #include "Resource/ORG/CEMETERY.org.h"
#include "Resource/ORG/CURLY.h" #include "Resource/ORG/CURLY.org.h"
#include "Resource/ORG/DR.h" #include "Resource/ORG/DR.org.h"
#include "Resource/ORG/ENDING.h" #include "Resource/ORG/ENDING.org.h"
#include "Resource/ORG/ESCAPE.h" #include "Resource/ORG/ESCAPE.org.h"
#include "Resource/ORG/FANFALE1.h" #include "Resource/ORG/FANFALE1.org.h"
#include "Resource/ORG/FANFALE2.h" #include "Resource/ORG/FANFALE2.org.h"
#include "Resource/ORG/FANFALE3.h" #include "Resource/ORG/FANFALE3.org.h"
#include "Resource/ORG/FIREEYE.h" #include "Resource/ORG/FIREEYE.org.h"
#include "Resource/ORG/GAMEOVER.h" #include "Resource/ORG/GAMEOVER.org.h"
#include "Resource/ORG/GINSUKE.h" #include "Resource/ORG/GINSUKE.org.h"
#include "Resource/ORG/GRAND.h" #include "Resource/ORG/GRAND.org.h"
#include "Resource/ORG/GRAVITY.h" #include "Resource/ORG/GRAVITY.org.h"
#include "Resource/ORG/HELL.h" #include "Resource/ORG/HELL.org.h"
#include "Resource/ORG/IRONH.h" #include "Resource/ORG/IRONH.org.h"
#include "Resource/ORG/JENKA.h" #include "Resource/ORG/JENKA.org.h"
#include "Resource/ORG/JENKA2.h" #include "Resource/ORG/JENKA2.org.h"
#include "Resource/ORG/KODOU.h" #include "Resource/ORG/KODOU.org.h"
#include "Resource/ORG/LASTBT3.h" #include "Resource/ORG/LASTBT3.org.h"
#include "Resource/ORG/LASTBTL.h" #include "Resource/ORG/LASTBTL.org.h"
#include "Resource/ORG/LASTCAVE.h" #include "Resource/ORG/LASTCAVE.org.h"
#include "Resource/ORG/MARINE.h" #include "Resource/ORG/MARINE.org.h"
#include "Resource/ORG/MAZE.h" #include "Resource/ORG/MAZE.org.h"
#include "Resource/ORG/MDOWN2.h" #include "Resource/ORG/MDOWN2.org.h"
#include "Resource/ORG/MURA.h" #include "Resource/ORG/MURA.org.h"
#include "Resource/ORG/OSIDE.h" #include "Resource/ORG/OSIDE.org.h"
#include "Resource/ORG/PLANT.h" #include "Resource/ORG/PLANT.org.h"
#include "Resource/ORG/QUIET.h" #include "Resource/ORG/QUIET.org.h"
#include "Resource/ORG/REQUIEM.h" #include "Resource/ORG/REQUIEM.org.h"
#include "Resource/ORG/TOROKO.h" #include "Resource/ORG/TOROKO.org.h"
#include "Resource/ORG/VIVI.h" #include "Resource/ORG/VIVI.org.h"
#include "Resource/ORG/WANPAK2.h" #include "Resource/ORG/WANPAK2.org.h"
#include "Resource/ORG/WANPAKU.h" #include "Resource/ORG/WANPAKU.org.h"
#include "Resource/ORG/WEED.h" #include "Resource/ORG/WEED.org.h"
#include "Resource/ORG/WHITE.h" #include "Resource/ORG/WHITE.org.h"
#include "Resource/ORG/XXXX.h" #include "Resource/ORG/XXXX.org.h"
#include "Resource/ORG/ZONBIE.h" #include "Resource/ORG/ZONBIE.org.h"
#include "Resource/WAVE/WAVE100.h" #include "Resource/WAVE/WAVE100.h"
#include "Resource/BITMAP/CREDIT01.bmp.h" #include "Resource/BITMAP/CREDIT01.bmp.h"
#include "Resource/BITMAP/CREDIT02.bmp.h" #include "Resource/BITMAP/CREDIT02.bmp.h"