This website requires JavaScript.
Explore
Help
Sign in
des
/
pacman
Watch
1
Star
0
Fork
You've already forked pacman
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
57cb71e5c9
pacman
/
lib
/
Direction.hpp
10 lines
78 B
C++
Raw
Normal View
History
Unescape
Escape
Move to pragma once
2021-06-10 12:42:51 +00:00
#
pragma once
Copy over pacman game
2020-11-27 13:10:09 +00:00
enum
class
Direction
{
NONE
,
LEFT
,
RIGHT
,
UP
,
DOWN
}
;
Reference in a new issue
Copy permalink