1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-27 14:37:16 +00:00

some junk removed

This commit is contained in:
Zeno Rogue 2019-07-28 12:24:56 +02:00
parent 2f804e9f1e
commit 15e83f6b83
2 changed files with 1 additions and 3 deletions

View File

@ -5629,7 +5629,7 @@ namespace kite {
namespace solv {
extern transmatrix local_perspective, ilocal_perspective;
hrmap *new_map();
bool inverse_exp(hyperpoint h, hyperpoint& res);
hyperpoint inverse_exp(hyperpoint h);
transmatrix get_solmul(const transmatrix T, const transmatrix V);
extern string solshader;

View File

@ -3,8 +3,6 @@
// Copyright (C) 2011-2019 Zeno Rogue, see 'hyper.cpp' for details
#include "extra/solv/common.cpp"
namespace hr {
namespace solv {