1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-15 23:37:56 +00:00

exports for raycasting

This commit is contained in:
Zeno Rogue
2019-10-22 00:37:24 +02:00
parent 655af58ae1
commit be3d755d09
2 changed files with 3 additions and 2 deletions

View File

@@ -3412,7 +3412,7 @@ color_t magma_color(int id) {
else return winf[waMagma].color;
}
void setcolors(cell *c, color_t& wcol, color_t& fcol) {
EX void setcolors(cell *c, color_t& wcol, color_t& fcol) {
wcol = fcol = winf[c->wall].color;