Codechange: rename ClearTypeInformation so it can be used for preparing for the next run

This commit is contained in:
Rubidium
2023-06-18 10:53:08 +02:00
committed by rubidium42
parent 01abcdfcac
commit 9c3c90effa
2 changed files with 9 additions and 6 deletions

View File

@@ -57,7 +57,7 @@ public:
}
}
void ClearTypeInformation();
void PrepareForNextRun();
void SetTypeOfNextParameter(WChar type) { this->next_type = type; }
int64 GetInt64();