mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 00:42:08 +00:00
- renamed texcache.cpp and moved it to its proper place.
The old content no longer exists, this is entirely backend code now.
This commit is contained in:
parent
f29dd6c495
commit
e5ddb28a2b
2 changed files with 1 additions and 1 deletions
|
@ -731,6 +731,7 @@ set (PCH_SOURCES
|
|||
glbackend/gl_shader.cpp
|
||||
glbackend/glbackend.cpp
|
||||
glbackend/gl_palmanager.cpp
|
||||
glbackend/gl_texture.cpp
|
||||
|
||||
mact/src/animlib.cpp
|
||||
mact/src/control.cpp
|
||||
|
@ -774,7 +775,6 @@ set (PCH_SOURCES
|
|||
build/src/sdlayer.cpp
|
||||
build/src/smalltextfont.cpp
|
||||
build/src/softsurface.cpp
|
||||
build/src/texcache.cpp
|
||||
build/src/textfont.cpp
|
||||
build/src/tiles.cpp
|
||||
build/src/timer.cpp
|
||||
|
|
Loading…
Reference in a new issue