mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-02-03 08:20:15 +00:00
rogueviz::embeddings:: export directed_edges
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
namespace rogueviz {
|
||||
namespace embeddings {
|
||||
|
||||
extern vector<vector<int> > directed_edges;
|
||||
|
||||
struct embedding {
|
||||
virtual hyperpoint as_hyperpoint(int id) = 0;
|
||||
virtual pair<cell*, hyperpoint> as_location(int id) = 0;
|
||||
|
||||
Reference in New Issue
Block a user