diff options
author | Wushin <pasekei@gmail.com> | 2015-04-29 22:40:55 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-04-29 22:40:55 -0500 |
commit | c7f0a0dbb9fe0cb42b0516ae1d4d60f72bd4ebb5 (patch) | |
tree | 804da9630fafbd0a0321fd6ea586a576ce07c431 /src/map/fwd.hpp | |
parent | a75608ef2f62a07879e7ef6d73c0ebe5b23908b2 (diff) | |
parent | 950bc8a1a239829864600b82e40d801514fca709 (diff) | |
download | tmwa-c7f0a0dbb9fe0cb42b0516ae1d4d60f72bd4ebb5.tar.gz tmwa-c7f0a0dbb9fe0cb42b0516ae1d4d60f72bd4ebb5.tar.bz2 tmwa-c7f0a0dbb9fe0cb42b0516ae1d4d60f72bd4ebb5.tar.xz tmwa-c7f0a0dbb9fe0cb42b0516ae1d4d60f72bd4ebb5.zip |
Merge pull request #65 from wushin/quest-log
Quest log
Diffstat (limited to 'src/map/fwd.hpp')
-rw-r--r-- | src/map/fwd.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/fwd.hpp b/src/map/fwd.hpp index 1db4ed0..911d566 100644 --- a/src/map/fwd.hpp +++ b/src/map/fwd.hpp @@ -65,6 +65,7 @@ class npc_data_warp; class npc_data_message; struct item_data; +struct quest_data; struct ScriptState; struct str_data_t; |