mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +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"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\code\jpeg-6\jcapistd.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\code\jpeg-6\jccoefct.c"
|
||||
>
|
||||
|
@ -2893,6 +2897,26 @@
|
|||
RelativePath="..\..\code\renderer\tr_image.c"
|
||||
>
|
||||
</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
|
||||
RelativePath="..\..\code\renderer\tr_init.c"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue