Gave the music file extensions
This commit is contained in:
parent
3b395c2639
commit
8942c6cc48
86 changed files with 84 additions and 84 deletions
84
Makefile
84
Makefile
|
@ -135,48 +135,48 @@ RESOURCES = \
|
|||
BITMAP/CREDIT18.bmp \
|
||||
CURSOR/CURSOR_IKA.bmp \
|
||||
CURSOR/CURSOR_NORMAL.bmp \
|
||||
ORG/ACCESS \
|
||||
ORG/ANZEN \
|
||||
ORG/BALCONY \
|
||||
ORG/BALLOS \
|
||||
ORG/BDOWN \
|
||||
ORG/CEMETERY \
|
||||
ORG/CURLY \
|
||||
ORG/DR \
|
||||
ORG/ENDING \
|
||||
ORG/ESCAPE \
|
||||
ORG/FANFALE1 \
|
||||
ORG/FANFALE2 \
|
||||
ORG/FANFALE3 \
|
||||
ORG/FIREEYE \
|
||||
ORG/GAMEOVER \
|
||||
ORG/GINSUKE \
|
||||
ORG/GRAND \
|
||||
ORG/GRAVITY \
|
||||
ORG/HELL \
|
||||
ORG/IRONH \
|
||||
ORG/JENKA \
|
||||
ORG/JENKA2 \
|
||||
ORG/KODOU \
|
||||
ORG/LASTBT3 \
|
||||
ORG/LASTBTL \
|
||||
ORG/LASTCAVE \
|
||||
ORG/MARINE \
|
||||
ORG/MAZE \
|
||||
ORG/MDOWN2 \
|
||||
ORG/MURA \
|
||||
ORG/OSIDE \
|
||||
ORG/PLANT \
|
||||
ORG/QUIET \
|
||||
ORG/REQUIEM \
|
||||
ORG/TOROKO \
|
||||
ORG/VIVI \
|
||||
ORG/WANPAK2 \
|
||||
ORG/WANPAKU \
|
||||
ORG/WEED \
|
||||
ORG/WHITE \
|
||||
ORG/XXXX \
|
||||
ORG/ZONBIE \
|
||||
ORG/ACCESS.org \
|
||||
ORG/ANZEN.org \
|
||||
ORG/BALCONY.org \
|
||||
ORG/BALLOS.org \
|
||||
ORG/BDOWN.org \
|
||||
ORG/CEMETERY.org \
|
||||
ORG/CURLY.org \
|
||||
ORG/DR.org \
|
||||
ORG/ENDING.org \
|
||||
ORG/ESCAPE.org \
|
||||
ORG/FANFALE1.org \
|
||||
ORG/FANFALE2.org \
|
||||
ORG/FANFALE3.org \
|
||||
ORG/FIREEYE.org \
|
||||
ORG/GAMEOVER.org \
|
||||
ORG/GINSUKE.org \
|
||||
ORG/GRAND.org \
|
||||
ORG/GRAVITY.org \
|
||||
ORG/HELL.org \
|
||||
ORG/IRONH.org \
|
||||
ORG/JENKA.org \
|
||||
ORG/JENKA2.org \
|
||||
ORG/KODOU.org \
|
||||
ORG/LASTBT3.org \
|
||||
ORG/LASTBTL.org \
|
||||
ORG/LASTCAVE.org \
|
||||
ORG/MARINE.org \
|
||||
ORG/MAZE.org \
|
||||
ORG/MDOWN2.org \
|
||||
ORG/MURA.org \
|
||||
ORG/OSIDE.org \
|
||||
ORG/PLANT.org \
|
||||
ORG/QUIET.org \
|
||||
ORG/REQUIEM.org \
|
||||
ORG/TOROKO.org \
|
||||
ORG/VIVI.org \
|
||||
ORG/WANPAK2.org \
|
||||
ORG/WANPAKU.org \
|
||||
ORG/WEED.org \
|
||||
ORG/WHITE.org \
|
||||
ORG/XXXX.org \
|
||||
ORG/ZONBIE.org \
|
||||
WAVE/WAVE100
|
||||
|
||||
ifeq ($(JAPANESE), 1)
|
||||
|
|
|
@ -4,48 +4,48 @@
|
|||
#include <SDL_rwops.h>
|
||||
#include "WindowsWrapper.h"
|
||||
|
||||
#include "Resource/ORG/ACCESS.h"
|
||||
#include "Resource/ORG/ANZEN.h"
|
||||
#include "Resource/ORG/BALCONY.h"
|
||||
#include "Resource/ORG/BALLOS.h"
|
||||
#include "Resource/ORG/BDOWN.h"
|
||||
#include "Resource/ORG/CEMETERY.h"
|
||||
#include "Resource/ORG/CURLY.h"
|
||||
#include "Resource/ORG/DR.h"
|
||||
#include "Resource/ORG/ENDING.h"
|
||||
#include "Resource/ORG/ESCAPE.h"
|
||||
#include "Resource/ORG/FANFALE1.h"
|
||||
#include "Resource/ORG/FANFALE2.h"
|
||||
#include "Resource/ORG/FANFALE3.h"
|
||||
#include "Resource/ORG/FIREEYE.h"
|
||||
#include "Resource/ORG/GAMEOVER.h"
|
||||
#include "Resource/ORG/GINSUKE.h"
|
||||
#include "Resource/ORG/GRAND.h"
|
||||
#include "Resource/ORG/GRAVITY.h"
|
||||
#include "Resource/ORG/HELL.h"
|
||||
#include "Resource/ORG/IRONH.h"
|
||||
#include "Resource/ORG/JENKA.h"
|
||||
#include "Resource/ORG/JENKA2.h"
|
||||
#include "Resource/ORG/KODOU.h"
|
||||
#include "Resource/ORG/LASTBT3.h"
|
||||
#include "Resource/ORG/LASTBTL.h"
|
||||
#include "Resource/ORG/LASTCAVE.h"
|
||||
#include "Resource/ORG/MARINE.h"
|
||||
#include "Resource/ORG/MAZE.h"
|
||||
#include "Resource/ORG/MDOWN2.h"
|
||||
#include "Resource/ORG/MURA.h"
|
||||
#include "Resource/ORG/OSIDE.h"
|
||||
#include "Resource/ORG/PLANT.h"
|
||||
#include "Resource/ORG/QUIET.h"
|
||||
#include "Resource/ORG/REQUIEM.h"
|
||||
#include "Resource/ORG/TOROKO.h"
|
||||
#include "Resource/ORG/VIVI.h"
|
||||
#include "Resource/ORG/WANPAK2.h"
|
||||
#include "Resource/ORG/WANPAKU.h"
|
||||
#include "Resource/ORG/WEED.h"
|
||||
#include "Resource/ORG/WHITE.h"
|
||||
#include "Resource/ORG/XXXX.h"
|
||||
#include "Resource/ORG/ZONBIE.h"
|
||||
#include "Resource/ORG/ACCESS.org.h"
|
||||
#include "Resource/ORG/ANZEN.org.h"
|
||||
#include "Resource/ORG/BALCONY.org.h"
|
||||
#include "Resource/ORG/BALLOS.org.h"
|
||||
#include "Resource/ORG/BDOWN.org.h"
|
||||
#include "Resource/ORG/CEMETERY.org.h"
|
||||
#include "Resource/ORG/CURLY.org.h"
|
||||
#include "Resource/ORG/DR.org.h"
|
||||
#include "Resource/ORG/ENDING.org.h"
|
||||
#include "Resource/ORG/ESCAPE.org.h"
|
||||
#include "Resource/ORG/FANFALE1.org.h"
|
||||
#include "Resource/ORG/FANFALE2.org.h"
|
||||
#include "Resource/ORG/FANFALE3.org.h"
|
||||
#include "Resource/ORG/FIREEYE.org.h"
|
||||
#include "Resource/ORG/GAMEOVER.org.h"
|
||||
#include "Resource/ORG/GINSUKE.org.h"
|
||||
#include "Resource/ORG/GRAND.org.h"
|
||||
#include "Resource/ORG/GRAVITY.org.h"
|
||||
#include "Resource/ORG/HELL.org.h"
|
||||
#include "Resource/ORG/IRONH.org.h"
|
||||
#include "Resource/ORG/JENKA.org.h"
|
||||
#include "Resource/ORG/JENKA2.org.h"
|
||||
#include "Resource/ORG/KODOU.org.h"
|
||||
#include "Resource/ORG/LASTBT3.org.h"
|
||||
#include "Resource/ORG/LASTBTL.org.h"
|
||||
#include "Resource/ORG/LASTCAVE.org.h"
|
||||
#include "Resource/ORG/MARINE.org.h"
|
||||
#include "Resource/ORG/MAZE.org.h"
|
||||
#include "Resource/ORG/MDOWN2.org.h"
|
||||
#include "Resource/ORG/MURA.org.h"
|
||||
#include "Resource/ORG/OSIDE.org.h"
|
||||
#include "Resource/ORG/PLANT.org.h"
|
||||
#include "Resource/ORG/QUIET.org.h"
|
||||
#include "Resource/ORG/REQUIEM.org.h"
|
||||
#include "Resource/ORG/TOROKO.org.h"
|
||||
#include "Resource/ORG/VIVI.org.h"
|
||||
#include "Resource/ORG/WANPAK2.org.h"
|
||||
#include "Resource/ORG/WANPAKU.org.h"
|
||||
#include "Resource/ORG/WEED.org.h"
|
||||
#include "Resource/ORG/WHITE.org.h"
|
||||
#include "Resource/ORG/XXXX.org.h"
|
||||
#include "Resource/ORG/ZONBIE.org.h"
|
||||
#include "Resource/WAVE/WAVE100.h"
|
||||
#include "Resource/BITMAP/CREDIT01.bmp.h"
|
||||
#include "Resource/BITMAP/CREDIT02.bmp.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue