ksys/evt: Add OrderParam ctor and dtor

This commit is contained in:
iTNTPiston
2021-02-06 19:25:25 -05:00
committed by Léo Lam
parent d4b49662e1
commit a16f01aed7
3 changed files with 8 additions and 4 deletions
+4
View File
@@ -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;