Test checkpress + correction (LES TESTS C'EST UTILE)

This commit is contained in:
Crizomb 2025-06-13 01:47:52 +02:00
parent dd67b76d1f
commit e2fb0d911a
3 changed files with 26 additions and 4 deletions

View file

@ -29,7 +29,7 @@ public:
static void clear() { existing_tiles.clear(); };
// Should be called when one of arrows key pressed, return True if it's a good
// press
bool checkPress(float press_time, NotePlaceEnum key_pressed);
static bool checkPress(float press_time, NotePlaceEnum key_pressed);
// Some getters usefull in test :
float getPlayTime() const { return play_time; };