#ifndef BINTYPE_H #define BINTYPE_H static enum ActionType {GameTool, Grab, Clone, Hammer}; #endif