diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-24 16:36:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-24 16:36:47 +0300 |
commit | 016133457789ebf11214db0c10019519e7ed3bdb (patch) | |
tree | cc1527807daf52ba63e486550067cda41da966e4 /src/item.h | |
parent | b062324beffc070a5f2d1550195cffcddd1da3b0 (diff) | |
download | plus-016133457789ebf11214db0c10019519e7ed3bdb.tar.gz plus-016133457789ebf11214db0c10019519e7ed3bdb.tar.bz2 plus-016133457789ebf11214db0c10019519e7ed3bdb.tar.xz plus-016133457789ebf11214db0c10019519e7ed3bdb.zip |
Move type Favorite into separate file.
Diffstat (limited to 'src/item.h')
-rw-r--r-- | src/item.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/item.h b/src/item.h index d6a38733e..cfb0505be 100644 --- a/src/item.h +++ b/src/item.h @@ -24,6 +24,7 @@ #define ITEM_H #include "enums/simpletypes/damaged.h" +#include "enums/simpletypes/favorite.h" #include "enums/simpletypes/identified.h" #include "enums/simpletypes/simpletypes.h" |