mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 06:16:00 +00:00
updated the header comments to 2018, also added the missing ones
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
// Hyperbolic Rogue -- special graphical effects, such as the Blizzard
|
||||
// Copyright (C) 2011-2018 Zeno Rogue, see 'hyper.cpp' for details
|
||||
|
||||
double randd() { return (rand() + .5) / (RAND_MAX + 1.); }
|
||||
|
||||
double cellgfxdist(cell *c, int i) {
|
||||
|
Reference in New Issue
Block a user