1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 06:33:19 +00:00

rogueviz::flocking:: using the exports

This commit is contained in:
Zeno Rogue 2018-11-18 18:13:27 +01:00
parent 34cb90f97c
commit 1b74522d08

View File

@ -16,17 +16,8 @@
// press 'o' when flocking active to change the parameters.
namespace hr {
hyperpoint nearcorner(cell *c, int i);
extern bool showquotients;
}
namespace rogueviz {
inline ld atan2(hyperpoint h) {
return std::atan2(h[1], h[0]);
}
namespace flocking {
int N;