1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-26 20:53:32 +00:00

some missing exports

This commit is contained in:
Zeno Rogue
2019-09-03 08:26:01 +02:00
parent f4f7b195ff
commit 634c0635d3
3 changed files with 3 additions and 3 deletions

View File

@@ -395,7 +395,7 @@ EX hyperpoint normalize(hyperpoint H) {
}
/** get the center of the line segment from H1 to H2 */
hyperpoint mid(const hyperpoint& H1, const hyperpoint& H2) {
EX hyperpoint mid(const hyperpoint& H1, const hyperpoint& H2) {
if(prod) {
auto d1 = product_decompose(H1);
auto d2 = product_decompose(H2);