update Gamepad.hpp

This commit is contained in:
Clément Le Bihan
2021-05-17 17:26:33 +02:00
parent 3d9bd1b1fc
commit c8cdfccc73
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
namespace RAY::Camera {
class ICamera {
public:
virtual ~ICamera() = 0;
virtual ~ICamera() = default;
virtual Matrix getMatrix() const = 0;
};
+1 -2
View File
@@ -1,4 +1,3 @@
/*
** EPITECH PROJECT, 2021
** Bomberman
@@ -53,7 +52,7 @@ namespace RAY {
bool isAvailable(Button);
//! @brief Sets gamepad's id
GamePad &setID(int id);
void setID(int id);
//! @brief Fetch currently pressed buttons
//! @return Returns a vector containing keycode of currently pressed buttons