diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-14 21:27:45 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-15 16:00:45 -0500 |
commit | 04d176334ad590d3462e3c1eb75c1313705ae183 (patch) | |
tree | 865ca807901bf57e63523b19f2d535c7ef391f89 /include/quest_log_player.h | |
parent | 2f81b4a204d051aeb88580dc63381011ec49fcbb (diff) |
Document some Quest Log
Diffstat (limited to 'include/quest_log_player.h')
-rw-r--r-- | include/quest_log_player.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/quest_log_player.h b/include/quest_log_player.h new file mode 100644 index 000000000..9cde1747e --- /dev/null +++ b/include/quest_log_player.h @@ -0,0 +1,8 @@ +#ifndef GUARD_QUEST_LOG_PLAYER_H +#define GUARD_QUEST_LOG_PLAYER_H + +#include "global.h" + +void sub_8150454(void); + +#endif //GUARD_QUEST_LOG_PLAYER_H |