#include "snake.h"#include "target.h"#include <opie2/oresource.h>Include dependency graph for snake.cpp:

Go to the source code of this file.
Variables | |
| static int | Piecekey [4][4] = { {6, 0, 4, 3 }, {0, 6, 2, 1 }, { 1, 3, 5, 0 }, {2, 4, 0, 5 } } |
|
|
Definition at line 26 of file snake.cpp. Referenced by Snake::lookUpPiece(). |
1.4.2