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 {
|
||||
struct Quest;
|
||||
}
|
||||
|
||||
namespace uking {
|
||||
|
||||
void reportKorok(const sead::Vector3f& position);
|
||||
void reportDungeon(const sead::SafeString& name, const sead::SafeString& event);
|
||||
void reportQuestStep(const ksys::qst::Quest* quest, int step_index);
|
||||
void reportGetItem(const sead::Vector3f& pos, const sead::SafeString* targetActorName);
|
||||
|
||||
// TODO: More functions
|
||||
|
||||
class PlayReport : public ksys::PlayReport {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 3217db1ed4db73165b0d2d6f424e9a0a2a0e08fc
|
||||
Subproject commit 795289ef92e728ec535fa981b531da6768931d3a
|
Loading…
Reference in New Issue