zouxianyu / evil-cat

[WIP] Evil Cat is an open source FPS hacking framework. You can plug your favorite games into the framework.
MIT License
60 stars 23 forks source link

move settings' UI elements to each service module #33

Closed zouxianyu closed 1 year ago

zouxianyu commented 1 year ago

Currently, each game backend includes all the UI elements in a cpp file. It's not so convenient for the developer. So I want to move the UI elements to each service module.