1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 17:07:40 +00:00

2d3d:: shadows

This commit is contained in:
Zeno Rogue
2019-05-13 09:34:22 +02:00
parent b63f8a3c4d
commit 175c061ab4
3 changed files with 29 additions and 1 deletions

View File

@@ -4045,6 +4045,7 @@ struct hpcshape {
hyperpoint intester;
basic_textureinfo *tinf;
int texture_offset;
int shs, she;
};
extern hpcshape shFullCross[2];