mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-13 13:40:56 +00:00
* Add the new tr_image_*.c files to the quake3 MSVC project
This commit is contained in:
parent
d91c5c9282
commit
14fda56059
1 changed files with 24 additions and 0 deletions
|
@ -2441,6 +2441,10 @@
|
||||||
RelativePath="..\..\code\jpeg-6\jcapimin.c"
|
RelativePath="..\..\code\jpeg-6\jcapimin.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\code\jpeg-6\jcapistd.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\code\jpeg-6\jccoefct.c"
|
RelativePath="..\..\code\jpeg-6\jccoefct.c"
|
||||||
>
|
>
|
||||||
|
@ -2893,6 +2897,26 @@
|
||||||
RelativePath="..\..\code\renderer\tr_image.c"
|
RelativePath="..\..\code\renderer\tr_image.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\code\renderer\tr_image_bmp.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\code\renderer\tr_image_jpg.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\code\renderer\tr_image_pcx.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\code\renderer\tr_image_png.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\code\renderer\tr_image_tga.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\code\renderer\tr_init.c"
|
RelativePath="..\..\code\renderer\tr_init.c"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue