diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-15 13:28:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-15 13:29:41 +0300 |
commit | 8fe6b497e0bce5999973321fbde89ff080647c8b (patch) | |
tree | 1c43748e06994dc83e3026d293192aa94cbf4036 /src/Makefile.am | |
parent | 8b0242f57a9e1f335ebe20745253e8b0e4e501f1 (diff) | |
download | plugin-8fe6b497e0bce5999973321fbde89ff080647c8b.tar.gz plugin-8fe6b497e0bce5999973321fbde89ff080647c8b.tar.bz2 plugin-8fe6b497e0bce5999973321fbde89ff080647c8b.tar.xz plugin-8fe6b497e0bce5999973321fbde89ff080647c8b.zip |
map: add functions to send npc command.
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 5c0befa..4204ff5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,6 +19,8 @@ MAP_SRC = map/dummy.c \ map/pc.h \ map/script.c \ map/script.h \ + map/send.c \ + map/send.h \ map/session.c \ map/session.h \ map/sessionext.h |