initial commit
This commit is contained in:
18
src/Core/Action.h
Normal file
18
src/Core/Action.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
|
||||
|
||||
/**
|
||||
* The list of actions that can be taken by the player
|
||||
*/
|
||||
enum Action {
|
||||
PAUSE,
|
||||
RETRY,
|
||||
HOLD,
|
||||
SOFT_DROP,
|
||||
HARD_DROP,
|
||||
MOVE_LEFT,
|
||||
MOVE_RIGHT,
|
||||
ROTATE_CW,
|
||||
ROTATE_180,
|
||||
ROTATE_CCW
|
||||
};
|
||||
Reference in New Issue
Block a user