1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-30 19:46:59 -06:00
Lioncash 3a8464cde2 cheat_engine: Convert ExtractName into a non-template function
We don't need to create two separate instantiations of the same code, we
can simply make the character template argument a regular function
parameter.
2020-09-15 03:24:44 -04:00
..