initial commit
This commit is contained in:
11
src/Core/LineClear.h
Normal file
11
src/Core/LineClear.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
|
||||
/**
|
||||
* Specify how many lines were cleared and how
|
||||
*/
|
||||
struct LineClear {
|
||||
int lines; // the number of lines cleared
|
||||
bool isSpin; // if the move was a spin
|
||||
bool isMiniSpin; // if the move was a spin mini
|
||||
};
|
||||
Reference in New Issue
Block a user