mirror of
https://github.com/zeldaret/botw
synced 2026-06-25 01:12:12 -04:00
ksys/evt: Add OrderParam ctor and dtor
This commit is contained in:
@@ -12,6 +12,10 @@ OrderParam::OrderParam(sead::ExpHeap* heap) {
|
||||
mHeap = heap;
|
||||
}
|
||||
|
||||
OrderParam::~OrderParam() {
|
||||
uninitialize();
|
||||
}
|
||||
|
||||
bool OrderParam::initialize(s32 entry_count) {
|
||||
sead::FixedSafeString<0x100> error_message;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user