demo headers refactor

This commit is contained in:
h4570
2022-08-14 20:11:57 +02:00
parent 7ef0e73543
commit 5c2ae9770e
35 changed files with 57 additions and 87 deletions
+6
View File
@@ -31,6 +31,12 @@ void Player::update(const Heightmap& heightmap) {
weapon.update();
}
PlayerShootAction Player::getShootAction() const {
PlayerShootAction action;
return action;
}
void Player::handlePlayerPosition(const Heightmap& heightmap,
const float& terrainHeight) {
const auto& leftJoy = pad->getLeftJoyPad();