#pragma once #include struct CPUContext; typedef void (*ModifierEntry)(CPUContext&); std::array GetMod32Table(); std::array GetSIBTable();