summaryrefslogtreecommitdiff
path: root/src/common/debug_interface.h
AgeCommit message (Collapse)Author
2015-09-11common: Get rid of debug_interface.hLioncash
This is technically unused. Also removes TMemChecks because it relies on this. Whenever memory breakpoints are implemented for real, it should be designed to match the codebase debugging mechanisms.
2014-08-17Common: Move header guards over to pragma onceLioncash
Also replaced C headers with the C++ equivalent ones
2014-04-08got rid of 'src' folders in each sub-projectbunnei