Extend map camera controller

This commit is contained in:
Georg Hagen
2024-08-11 01:16:24 +02:00
parent 1e16b0ab48
commit 398074cad8
2 changed files with 10 additions and 1 deletions

View File

@@ -35,9 +35,11 @@ namespace OpenVulkano
m_dirUp = up;
m_dirSide = side;
}
void SetSliceHeight(float height);
void Tick() override;
void SetDefaultKeybindings();
};
}
}