mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-12-14 22:41:53 +00:00
6adb069506
This was to resolve some circular dependencies with the portal code. The most notable changees: * FTextureID was moved from textures.h to doomtype.h because it is frequently needed in files that don't want to do anything with actual textures. * split off the parts from p_maputl into a separate header. * consolidated all blockmap related data into p_blockmap.h * split off the polyobject parts into po_man.h |
||
---|---|---|
.. | ||
anim_switches.cpp | ||
animations.cpp | ||
automaptexture.cpp | ||
bitmap.cpp | ||
bitmap.h | ||
buildtexture.cpp | ||
canvastexture.cpp | ||
ddstexture.cpp | ||
emptytexture.cpp | ||
flattexture.cpp | ||
imgztexture.cpp | ||
jpegtexture.cpp | ||
multipatchtexture.cpp | ||
patchtexture.cpp | ||
pcxtexture.cpp | ||
pngtexture.cpp | ||
rawpagetexture.cpp | ||
texture.cpp | ||
texturemanager.cpp | ||
textures.h | ||
tgatexture.cpp | ||
warptexture.cpp |