mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Improved some PDB failure cases
This commit is contained in:
parent
bf5c19269b
commit
b2eac81857
3 changed files with 24 additions and 2 deletions
|
@ -1232,6 +1232,7 @@ public:
|
|||
const char* GetStringTable(DataStream* stream, int stringTablePos);
|
||||
|
||||
void Fail(const StringImpl& error);
|
||||
void HardFail(const StringImpl& error);
|
||||
void FindTemplateStr(const char*& name, int& templateNameIdx);
|
||||
void TempRemoveTemplateStr(const char*& name, int& templateNameIdx);
|
||||
void ReplaceTemplateStr(const char*& name, int& templateNameIdx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue