Cleanup MQ2Heals
(#4)
- Resolve pPCData->pLocalPC deprecation
- Cleaned up bunches of header includes
- Remove unused includes
- Move includes to cpp files when headers don't need them
- Organize system includes last
- Use forward slashes, avoid relative paths (plugins dir is in search path)
- Fix multiple warnings and issues in Options.h
- Don't name variables with leading underscore/uppercase character,
this naming convention is reserved by the compiler by the c++ standard
and throws warnings on pedantic compiler checks
- Use const-ref for passing std::string
- Use virtual destructors
- Fix proper usage of BeginDisabled
- Use GetBoolFromString library function
- Remove unnecessary ImGuiPluginChildren id list.
- Use helper function for getting plugin proc, instead of pLook