Test checkpress + correction (LES TESTS C'EST UTILE)
This commit is contained in:
parent
dd67b76d1f
commit
e2fb0d911a
3 changed files with 26 additions and 4 deletions
|
@ -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; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue