mirror of
https://github.com/TokTok/c-toxcore
synced 2026-05-25 18:34:19 +00:00
bcb6592af5
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.