diff options
Diffstat (limited to 'engines/lab/lab.h')
-rw-r--r-- | engines/lab/lab.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/lab/lab.h b/engines/lab/lab.h index b8a5ad458b..d50261ef2d 100644 --- a/engines/lab/lab.h +++ b/engines/lab/lab.h @@ -77,6 +77,12 @@ struct CrumbData { #define MAX_CRUMBS 128 +// Direction defines +#define NORTH 0 +#define SOUTH 1 +#define EAST 2 +#define WEST 3 + class LabEngine : public Engine { public: LabEngine(OSystem *syst, const ADGameDescription *gameDesc); |