More eq_dictionary work - added invtype persistence checks

This commit is contained in:
Uleat
2016-05-31 19:12:54 -04:00
parent 0f54984966
commit a38417bf54
12 changed files with 116 additions and 0 deletions
+2
View File
@@ -206,6 +206,8 @@ namespace SoD
extern size_t GetInvTypeSize(int inv_type);
extern const char* GetInvTypeName(int inv_type);
extern bool IsInvTypePersistent(int inv_type);
} /*invtype*/
namespace invslot {