MCPcopy Create free account
hub / github.com/Rustam-Z/cpp-programming / Direction

Enum Direction

Project_Snake_Game/snake-game.cpp:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31enum Direction { STOP = 0, LEFT, RIGHT, UP, DOWN };
32Direction dir;
33
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected