however
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "ItemDef.h"
|
||||
#include "../util/stringutil.h"
|
||||
#include "../util/stringutil.hpp"
|
||||
|
||||
ItemDef::ItemDef(std::string name) : name(name) {
|
||||
caption = util::id_to_caption(name);
|
||||
|
||||
Reference in New Issue
Block a user