diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-08 20:51:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-08 20:51:37 +0300 |
commit | d8d84315013a24730c5b9d08122a954d713521c7 (patch) | |
tree | 4fc54086d0843f32707aa06c7c7eed3e092220fc /src/Makefile.am | |
parent | 850c4e74f8c5daf218beaa4f948df2c9c8ded42e (diff) | |
download | plus-d8d84315013a24730c5b9d08122a954d713521c7.tar.gz plus-d8d84315013a24730c5b9d08122a954d713521c7.tar.bz2 plus-d8d84315013a24730c5b9d08122a954d713521c7.tar.xz plus-d8d84315013a24730c5b9d08122a954d713521c7.zip |
Move setStat from ea namespace into eathena and tmwa.
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 f8ea7be19..81b411c60 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1272,6 +1272,7 @@ manaplus_SOURCES += main.cpp \ net/net.h \ const/net/inventory.h \ const/net/net.h \ + const/net/nostat.h \ net/npchandler.h \ net/partyhandler.h \ net/pethandler.h \ |