diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-28 00:55:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-28 00:55:13 +0300 |
commit | 01a0e4b658241cc3dbd8a5d11d34a6de48dab159 (patch) | |
tree | 37294c079b9a05768b7380f7595784eb73485769 /src/Makefile.am | |
parent | 072b727ae4d072d6c84f3331d78ca5a2ac76d271 (diff) | |
download | mv-01a0e4b658241cc3dbd8a5d11d34a6de48dab159.tar.gz mv-01a0e4b658241cc3dbd8a5d11d34a6de48dab159.tar.bz2 mv-01a0e4b658241cc3dbd8a5d11d34a6de48dab159.tar.xz mv-01a0e4b658241cc3dbd8a5d11d34a6de48dab159.zip |
Add strong typed bool type Visible.
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 e97f60e9e..8464b8222 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1210,6 +1210,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ enums/simpletypes/tryremovecolors.h \ enums/simpletypes/useargs.h \ enums/simpletypes/useresman.h \ + enums/simpletypes/visible.h \ statuseffect.cpp \ statuseffect.h \ render/surfacegraphics.cpp \ |