Skip to content
Permalink
Browse files
Create Commands.h
  • Loading branch information
bempaha committed Mar 20, 2020
1 parent accbf78 commit 81e191db8561f42b69549524b407d728bc0158a0
Showing 1 changed file with 29 additions and 0 deletions.
@@ -0,0 +1,29 @@
#ifndef COMMANDS_H
#define COMMANDS_H


#include <iostream>
#include <string>

using namespace std;

enum Commands {
OPEN,
GO,
TAKE,
LEAVE,
CRAFT,
LOOK,
CHECK,
EAT,
INVENTORY,
PUT,
HELP,
NONE,
END,
QUIT
};



#endif

0 comments on commit 81e191d

Please sign in to comment.