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

fixup local_perspective

This commit is contained in:
Zeno Rogue 2019-07-31 15:15:48 +02:00
parent 1e81ed606d
commit cc5768b6b3

View File

@ -5630,6 +5630,8 @@ namespace kite {
namespace solv {
extern transmatrix local_perspective;
bool local_perspective_used() { return sol; }
hrmap *new_map();
hyperpoint inverse_exp(hyperpoint h, bool lazy);