mirror of
https://github.com/TokTok/c-toxcore
synced 2026-03-30 20:15:43 +00:00
These are more convenient and safer than the manual vtables we have in the fuzzer support code. We can override individual member functions, and C++ will take care of correctly casting and offsetting this-pointers when needed.