[FIX] made bee move

This commit is contained in:
Nathalie Seen
2021-06-04 12:52:24 +02:00
parent c25efec103
commit bc5703eb65
3 changed files with 18 additions and 26 deletions

View File

@@ -12,7 +12,6 @@ namespace entities
public:
main_character(const models::TexturedModel& model, const glm::vec3& position,
const glm::vec3& rotation, float scale, const collision::Box& bounding_box);
Entity loadCharacter();
glm::vec3 move(GLFWwindow* window);
};
}