1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-01-17 21:09:00 +01:00

#15 change OL folders structure (see readme's), remove data files

This commit is contained in:
XProger 2017-12-10 04:41:41 +03:00
parent e99e23a724
commit 31c163675f
21 changed files with 13 additions and 0 deletions

Binary file not shown.

1
bin/audio/1/readme.txt Normal file
View File

@ -0,0 +1 @@
- track_XX.ogg, track_XX.ogg, track_XX.wav for *_EN, *_DE, *_FR, *_IT, *_JA, *_RU

2
bin/audio/2/readme.txt Normal file
View File

@ -0,0 +1,2 @@
- track_XX.ogg, track_XX.ogg, track_XX.wav for *_EN, *_DE, *_FR, *_IT, *_JA, *_RU
- MAIN.SFX

2
bin/audio/3/readme.txt Normal file
View File

@ -0,0 +1,2 @@
- cdaudio.wad
- MAIN.SFX

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

2
bin/level/1/readme.txt Normal file
View File

@ -0,0 +1,2 @@
- *.PHD, *.PSX
- *.PCX

2
bin/level/2/readme.txt Normal file
View File

@ -0,0 +1,2 @@
- *.TR2, *.PSX
- *.PCX

2
bin/level/3/readme.txt Normal file
View File

@ -0,0 +1,2 @@
- *.TR2
- *.BMP

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -198,6 +198,7 @@
<ClInclude Include="..\..\enemy.h" />
<ClInclude Include="..\..\frustum.h" />
<ClInclude Include="..\..\game.h" />
<ClInclude Include="..\..\gameflow.h" />
<ClInclude Include="..\..\ui.h" />
<ClInclude Include="..\..\input.h" />
<ClInclude Include="..\..\inventory.h" />

View File

@ -40,6 +40,7 @@
<ClInclude Include="..\..\libs\minimp3\libc.h">
<Filter>libs\minimp3</Filter>
</ClInclude>
<ClInclude Include="..\..\gameflow.h" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\shaders\filter.glsl">