summaryrefslogtreecommitdiff
path: root/src/memory-type-defs.hpp
AgeCommit message (Collapse)Author
2024-11-14add pk.h and major pkmem refactorJonathan Bradley
Completely replaces the memory module with pkmem pkmem is a newer implementation of the same bucket memory structure. Also includes replacing pkstr.h with pk.h's pkstr
2023-12-23first pass background asset loading - buggyJonathan Bradley
2023-12-12use specific types for handle indexes consistentlyJonathan Bradley
2023-12-11replace handles with union structJonathan Bradley
2023-11-28move MemBucket declaration to a typedef headerJonathan Bradley