mirror of https://github.com/zeldaret/botw.git
why does clang-format hate me
This commit is contained in:
parent
d95b708359
commit
5f7c8885be
|
@ -290,8 +290,7 @@ void reportQuestStep(const ksys::qst::Quest* quest, int step_index) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
PlayReport::PlayReport(const sead::FixedSafeString<32>& event_id, s32 num_entries,
|
PlayReport::PlayReport(const sead::FixedSafeString<32>& event_id, s32 num_entries, sead::Heap* heap)
|
||||||
sead::Heap* heap)
|
|
||||||
: ksys::PlayReport(event_id, num_entries, heap) {}
|
: ksys::PlayReport(event_id, num_entries, heap) {}
|
||||||
|
|
||||||
void PlayReport::addMapType() {
|
void PlayReport::addMapType() {
|
||||||
|
|
Loading…
Reference in New Issue