raze/source/core/textures
Christoph Oelckers 4ecb4aacb2 - mark all return values from the texture() getters as const.
This is necessary to evade C++ stupidity which happily allows assignment to non-const struct type return values and won't even warn about it.
As const these will throw an error when that happens.
2022-12-11 19:44:00 +01:00
..
buildtiles.cpp - mark all return values from the texture() getters as const. 2022-12-11 19:44:00 +01:00
buildtiles.h - more texture wrappers and minor cleanup. 2022-12-11 19:44:00 +01:00
hightile.cpp - build.h cleanup 2022-10-30 16:51:09 +01:00
skytexture.cpp - added guards against badly defined skies. 2022-01-22 22:52:45 +01:00