mirror of
https://github.com/zeldaret/botw
synced 2026-05-26 15:45:05 -04:00
c9998d3abf
Make syncData a pure virtual function that is overridden in Manager to turn the destructor into the key function. Otherwise, the GOT would be used to load the vtable pointer until syncData is implemented, which is quite inconvenient.