mirror of
https://github.com/zeldaret/botw
synced 2026-05-23 06:54:18 -04:00
fix style
This commit is contained in:
@@ -6,9 +6,7 @@ SEAD_SINGLETON_DISPOSER_IMPL(DebugFinder)
|
||||
|
||||
DebugFinder::DebugFinder() = default;
|
||||
|
||||
void DebugFinder::init(sead::Heap* heap) {
|
||||
|
||||
}
|
||||
void DebugFinder::init(sead::Heap* heap) {}
|
||||
|
||||
}
|
||||
} // namespace ksys
|
||||
|
||||
|
||||
@@ -5,18 +5,18 @@
|
||||
|
||||
namespace ksys {
|
||||
|
||||
class DebugFinder{
|
||||
class DebugFinder {
|
||||
SEAD_SINGLETON_DISPOSER(DebugFinder)
|
||||
DebugFinder();
|
||||
virtual ~DebugFinder();
|
||||
|
||||
|
||||
public:
|
||||
void init(sead::Heap* heap);
|
||||
|
||||
|
||||
private:
|
||||
sead::FixedSafeString<0x40> unused_1;
|
||||
sead::FixedSafeString<0x100> unused_2;
|
||||
u32 unused_3 = 0;
|
||||
};
|
||||
|
||||
} // namespace ksys::evt
|
||||
|
||||
} // namespace ksys
|
||||
Reference in New Issue
Block a user