| 441 | extern uchar *texconfig_paste(void *_s, uchar *usedslots); |
| 442 | |
| 443 | static inline Texture *lookupworldtexture(int tex, bool trydl = true) |
| 444 | { return lookuptexture(tex, noworldtexture, trydl); } |
| 445 | |
| 446 | extern float skyfloor; |
| 447 | extern void draw_envbox(int fogdist); |
no test coverage detected