mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-22 17:37:39 +00:00
rogueviz::flocking:: using the exports
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user