diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-20 20:16:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-20 20:16:55 +0300 |
commit | 9e2074d093ecdf9afc95a2fefc24b38307da627d (patch) | |
tree | 1929792a3b9a9417dc152d6925b46b9e13cbec1c /src/Makefile.am | |
parent | 83d9ca38a91bd9d23cf439c3426f18b08906fc57 (diff) | |
download | ManaVerse-9e2074d093ecdf9afc95a2fefc24b38307da627d.tar.gz ManaVerse-9e2074d093ecdf9afc95a2fefc24b38307da627d.tar.bz2 ManaVerse-9e2074d093ecdf9afc95a2fefc24b38307da627d.tar.xz ManaVerse-9e2074d093ecdf9afc95a2fefc24b38307da627d.zip |
Move utf8 constant into separate file.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d3c664606..76db75c8e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -582,6 +582,7 @@ SRC += events/actionevent.h \ const/equipment.h \ const/spells.h \ const/utils/timer.h \ + const/utils/utf8.h \ const/gui/chat.h \ const/gui/theme.h \ const/render/graphics.h \ |