5 lines
104 B
C
5 lines
104 B
C
#ifndef AFFECTTYPE_H
|
|
#define AFFECTTYPE_H
|
|
static enum AffectType {NoChange, Increase, Decrease};
|
|
#endif
|