aboutsummaryrefslogtreecommitdiff
path: root/src/accessor.h
Commit message (Collapse)AuthorAgeFilesLines
* Create and use macros to define accessor functionsGravatar Michael Smith 2024-09-281-0/+79
Avoids the need to manually mess around with mem_offset() and gamedata off_ and sz_ values as often, because that's kind of annoying. Should also make the codebase a little less confusing for new players.