diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-11-03 13:35:54 -0800 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-11-04 20:10:50 -0800 |
commit | 1853e964e96c41e762ca0ab97259ee4e79d86ec7 (patch) | |
tree | edc76f58ed786263a28da79564786f4d75400092 /src/map/npc-parse.hpp | |
parent | 1a00fe4ea75924bfe594c4d92073cc95eaa2f32d (diff) | |
download | tmwa-1853e964e96c41e762ca0ab97259ee4e79d86ec7.tar.gz tmwa-1853e964e96c41e762ca0ab97259ee4e79d86ec7.tar.bz2 tmwa-1853e964e96c41e762ca0ab97259ee4e79d86ec7.tar.xz tmwa-1853e964e96c41e762ca0ab97259ee4e79d86ec7.zip |
Use the new ASTs
Diffstat (limited to 'src/map/npc-parse.hpp')
-rw-r--r-- | src/map/npc-parse.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/npc-parse.hpp b/src/map/npc-parse.hpp index a9cf300..902a214 100644 --- a/src/map/npc-parse.hpp +++ b/src/map/npc-parse.hpp @@ -25,7 +25,7 @@ namespace tmwa { -int npc_parse_warp(XString w1, XString, NpcName w3, XString w4); +bool npc_load_warp(ast::npc::Warp& warp); /** * Spawns and installs a talk-only NPC |