refactored
This commit is contained in:
+8
-1
@@ -1,4 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
using Tile = unsigned long long int;
|
||||
using Score = unsigned long long int;
|
||||
using Score = unsigned long long int;
|
||||
|
||||
enum class Direction {
|
||||
up,
|
||||
down,
|
||||
left,
|
||||
right
|
||||
};
|
||||
Reference in New Issue
Block a user