diff options
| author | Nicholas Estelami <NEstelami@users.noreply.github.com> | 2023-05-04 22:36:23 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-04 22:36:23 -0400 |
| commit | ecc25616ec90e14f3ddcf3c703b7a29d6ccf1f95 (patch) | |
| tree | b68d94985389201efa89938523bc536f7950a7dd /ZAPD/ZFile.h | |
| parent | 0dbba745dfed52be5cab97257dbf56a2223dd874 (diff) | |
Cleaned up and Documented Declaration Class (#290)
Diffstat (limited to 'ZAPD/ZFile.h')
| -rw-r--r-- | ZAPD/ZFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPD/ZFile.h b/ZAPD/ZFile.h index 9812751..3961c3d 100644 --- a/ZAPD/ZFile.h +++ b/ZAPD/ZFile.h @@ -131,7 +131,7 @@ protected: void DeclareResourceSubReferences(); void GenerateSourceFiles(); void GenerateSourceHeaderFiles(); - bool AddDeclarationChecks(uint32_t address, const std::string& varName); + bool DeclarationSanityChecks(uint32_t address, const std::string& varName); std::string ProcessDeclarations(); void ProcessDeclarationText(Declaration* decl); std::string ProcessExterns(); |
