blob: 2577450a4029a7d581c12e684aec2b5299f21e43 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef GUARD_QUEST_LOG_815A008_H
#define GUARD_QUEST_LOG_815A008_H
#include "global.h"
void sub_815A008(struct QuestLog *);
void sub_815A1F8(struct QuestLog *, struct MapObjectTemplate *);
#endif //GUARD_QUEST_LOG_815A008_H
|