5 lines
135 B
NASM
5 lines
135 B
NASM
pub const game.direction_up = 0
|
|
pub const game.direction_right = 1
|
|
pub const game.direction_down = 2
|
|
pub const game.direction_left = 3
|