mirror of https://github.com/zeldaret/botw.git
trying to fix things
This commit is contained in:
parent
c7b722212a
commit
594fa8a036
|
@ -6,12 +6,14 @@
|
||||||
namespace ksys::qst {
|
namespace ksys::qst {
|
||||||
struct Quest;
|
struct Quest;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace uking {
|
namespace uking {
|
||||||
|
|
||||||
void reportKorok(const sead::Vector3f& position);
|
void reportKorok(const sead::Vector3f& position);
|
||||||
void reportDungeon(const sead::SafeString& name, const sead::SafeString& event);
|
void reportDungeon(const sead::SafeString& name, const sead::SafeString& event);
|
||||||
void reportQuestStep(const ksys::qst::Quest* quest, int step_index);
|
void reportQuestStep(const ksys::qst::Quest* quest, int step_index);
|
||||||
void reportGetItem(const sead::Vector3f& pos, const sead::SafeString* targetActorName);
|
void reportGetItem(const sead::Vector3f& pos, const sead::SafeString* targetActorName);
|
||||||
|
|
||||||
// TODO: More functions
|
// TODO: More functions
|
||||||
|
|
||||||
class PlayReport : public ksys::PlayReport {
|
class PlayReport : public ksys::PlayReport {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3217db1ed4db73165b0d2d6f424e9a0a2a0e08fc
|
Subproject commit 795289ef92e728ec535fa981b531da6768931d3a
|
Loading…
Reference in New Issue