1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 17:07:40 +00:00

sol:: basic shmup works

This commit is contained in:
Zeno Rogue
2019-07-31 15:19:40 +02:00
parent 06a5309468
commit 774c871c74
5 changed files with 39 additions and 12 deletions

View File

@@ -5636,6 +5636,8 @@ namespace solv {
hyperpoint inverse_exp(hyperpoint h, bool lazy);
transmatrix get_solmul(const transmatrix T, const transmatrix V);
transmatrix get_solmul_pt(const transmatrix Position, const transmatrix T);
transmatrix spin_towards(const transmatrix Position, const hyperpoint goal);
extern string solshader;
}