summaryrefslogtreecommitdiff
path: root/src/event.hpp
AgeCommit message (Collapse)Author
2025-01-14chore: fix compiler warnings + extra includesJonathan Bradley
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-11-29major events refactor to add second event callback typeJonathan Bradley
2023-10-06Memory management - ctors and dtorsJonathan Bradley
2023-09-06cleanup naming conventions and header defsJonathan Bradley
2023-09-06first pass add eventsJonathan Bradley