5 lines
107 B
C
5 lines
107 B
C
#ifndef ACTIONTYPE_H
|
|
#define ACTIONTYPE_H
|
|
static enum ActionType {Nothing, Pause, Lose, Draw, Win};
|
|
#endif
|