diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-08 21:11:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-08 21:11:59 +0300 |
commit | 6ccaaa586b3f4d739ccfa1dc90cdf96b8810d31a (patch) | |
tree | d92b0443076e5dc9adb031a563d44b5c541894a6 /src/Makefile.am | |
parent | d8d84315013a24730c5b9d08122a954d713521c7 (diff) | |
download | plus-6ccaaa586b3f4d739ccfa1dc90cdf96b8810d31a.tar.gz plus-6ccaaa586b3f4d739ccfa1dc90cdf96b8810d31a.tar.bz2 plus-6ccaaa586b3f4d739ccfa1dc90cdf96b8810d31a.tar.xz plus-6ccaaa586b3f4d739ccfa1dc90cdf96b8810d31a.zip |
Move stat constants from ea namespace into tmwa and eathena.
Also rename constants namespace from Ea to Sp.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 81b411c60..863208eb1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1449,6 +1449,7 @@ manaplus_SOURCES += \ net/tmwa/skillhandler.h \ net/tmwa/skillrecv.cpp \ net/tmwa/skillrecv.h \ + net/tmwa/sp.h \ net/tmwa/sprite.h \ net/tmwa/tradehandler.cpp \ net/tmwa/tradehandler.h \ @@ -1693,6 +1694,7 @@ manaplus_SOURCES += gui/windows/bankwindow.cpp \ net/eathena/skillhandler.h \ net/eathena/skillrecv.cpp \ net/eathena/skillrecv.h \ + net/eathena/sp.h \ net/eathena/sprite.h \ net/eathena/tradehandler.cpp \ net/eathena/tradehandler.h \ |